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] Adds dependencies instalation guide in READM…
…E.md file
- Loading branch information
Karen Garcia dos Santos
committed
Oct 26, 2019
1 parent
7221691
commit a64f08e
Showing
2 changed files
with
12 additions
and
0 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 |
---|---|---|
@@ -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 | ||
|
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