diff --git a/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md b/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md
index 855c2765458..41a68309eb1 100644
--- a/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md
+++ b/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md
@@ -46,7 +46,7 @@ Our repository uses yarn workspaces. So you'll need yarn to work with it.
To install it run:
```bash
-npm i -G yarn
+npm install yarn --global
```
#### Fork our repository
diff --git a/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md b/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md
index 150e671022a..57e761b1c83 100644
--- a/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md
+++ b/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md
@@ -37,7 +37,7 @@ yarn kickstart
These docs assume you have git installed.
-But if you're running Linux, you have git, right?
+But if you're running macOS, you have git, right?
#### Install yarn
@@ -46,7 +46,7 @@ Our repository uses yarn workspaces. So you'll need yarn to work with it.
To install it run:
```bash
-npm i -G yarn
+npm install yarn --global
```
#### Fork our repository
@@ -74,7 +74,7 @@ cd freesewing
yarn kickstart
```
-Now you're ready to [start the development environment](/tutorials/getting-started-linux/dev-start).
+Now you're ready to [start the development environment](/tutorials/getting-started-mac/dev-start).
## Stand-alone development
@@ -87,7 +87,7 @@ npx @freesewing/new-design
After you've answered [some questions](#questions), it will take a while to set everything up.
When it's done, you will have a new folder with the development environent inside.
-Now you're ready to [start the development environment](/tutorials/getting-started-linux/dev-start).
+Now you're ready to [start the development environment](/tutorials/getting-started-mac/dev-start).
The folder will have the name you chose above