diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 4016cb4..99bf8d0 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -1,11 +1,9 @@ # 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 +- 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 -``` -on your terminal - +``` \ No newline at end of file