Skip to content

Commit

Permalink
Remove source bashism
Browse files Browse the repository at this point in the history
Using `.` and not `source`, since it's more portable

cf. nvm-sh#704 and https://wiki.ubuntu.com/DashAsBinSh#source
  • Loading branch information
madarche committed Apr 19, 2015
1 parent 6644f33 commit 4612d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Or if you have `git` installed, then just clone it, and check out the latest ver

To activate nvm, you need to source it from your shell:

source ~/.nvm/nvm.sh
. ~/.nvm/nvm.sh

I always add this line to my `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login.
Often I also put in a line to use a specific version of node.
Expand Down

0 comments on commit 4612d8d

Please sign in to comment.