1
0
Fork 0

Correct dev setup tutorial for mac and linux.

This commit is contained in:
Benjamin F 2022-07-27 14:07:59 -07:00
parent 3487947e83
commit ee5520bb6b
2 changed files with 5 additions and 5 deletions

View file

@ -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