Skip to content

Commit

Permalink
[Issue muses-code-js#91] Adds dependencies instalation guide in READM…
Browse files Browse the repository at this point in the history
…E.md file
  • Loading branch information
Karen Garcia dos Santos committed Oct 26, 2019
1 parent 7221691 commit a64f08e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Dependencies for Coding Dojos Tech Requirements

##### For Mac Users
- to install `homebrew` you can run `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` on your terminal
- to install `nvm` you can run
```
ouch ~/.bash_profile
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
```
on your terminal

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Follow the prompts in the installer (Accept the license agreement, click the NEXT button and accept the default installation settings).
##### For Mac users
- use homebrew/nvm to install node
- to install homebrew/nvm take a look in [this guide](./DEPENDENCIES.md)
2. You have to know the basic of JavaScript.
- dofactory: JavaScript reference guide http://www.dofactory.com/tutorial/javascript
- JavaScript reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
Expand Down

0 comments on commit a64f08e

Please sign in to comment.