From a64f08e3ddb9352d259e33483846f6705be49972 Mon Sep 17 00:00:00 2001 From: Karen Garcia dos Santos Date: Sat, 26 Oct 2019 15:51:42 +1100 Subject: [PATCH] [Issue #91] Adds dependencies instalation guide in README.md file --- DEPENDENCIES.md | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 DEPENDENCIES.md diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md new file mode 100644 index 0000000..4016cb4 --- /dev/null +++ b/DEPENDENCIES.md @@ -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 + 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