forked from muses-code-js/coding-dojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Issue muses-code-js#91] Minor refactors in wording on DEPENDENCIES.m…
…d file
- Loading branch information
Karen Garcia dos Santos
committed
Oct 26, 2019
1 parent
a64f08e
commit 9faa9d8
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
``` |