Skip to content

Commit

Permalink
Update DevEnvironmentSetup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Brews Views committed Sep 10, 2019
1 parent ba2d9cb commit 81f06be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DevEnvironmentSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
7. Install git to manage code
`brew install git`
8. Install yarn to manage node npm packages
`brew install yarn --without-node`
`curl -o- -L https://yarnpkg.com/install.sh | bash`
9. Install expo-cli to manage react native apps
`yarn global add expo-cli`
10. Install create-react-app for web projects
Expand Down Expand Up @@ -58,4 +58,4 @@

Happy building! You are all set.
Reach out with questions via Github Issues [Github Issues](https://github.com/viewstools/docs/issues).
Mention `@tombrewsviews` or `@dariocravero` to make sure that we get your notifications.
Mention `@tombrewsviews` or `@dariocravero` to make sure that we get your notifications.

0 comments on commit 81f06be

Please sign in to comment.