Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Update newCodersGuide.md #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nst-web/newCodersGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Code editors are spaces where you can create and edit code.
We recommend [VSCode](https://code.visualstudio.com/Download)

## Step 3: Downloading yarn commands
Install homebrew
Install homebrew by typing the following into your terminal or command promp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command prompt*

`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
`

Install yarn
Install yarn by typing the following into your terminal or command promp
`brew install yarn`


Expand Down