From 9faa9d83a10c67f0b9bec0f2b6df92e35dbe366b Mon Sep 17 00:00:00 2001 From: Karen Garcia dos Santos Date: Sat, 26 Oct 2019 15:54:48 +1100 Subject: [PATCH] [Issue #91] Minor refactors in wording on DEPENDENCIES.md file --- DEPENDENCIES.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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