diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md new file mode 100644 index 0000000..99bf8d0 --- /dev/null +++ b/DEPENDENCIES.md @@ -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 +``` \ No newline at end of file diff --git a/README.md b/README.md index 86ac14b..c65ff53 100644 --- a/README.md +++ b/README.md @@ -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