From ee5520bb6b48bbf3745dfdedd3edbed3debe1351 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 27 Jul 2022 14:07:59 -0700 Subject: [PATCH] Correct dev setup tutorial for mac and linux. --- .../dev/tutorials/getting-started-linux/dev-setup/en.md | 2 +- .../dev/tutorials/getting-started-mac/dev-setup/en.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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