Skip to content

[Issue #91] Adds dependencies instalation guide in README.md file #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Dependencies for Coding Dojos Tech Requirements

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