Merge pull request #137 from justinsb/path_to_rvm
Use ${HOME} for homedir
This commit is contained in:
@@ -25,7 +25,7 @@ First install rvm
|
|||||||
|
|
||||||
Then load it into your environment
|
Then load it into your environment
|
||||||
|
|
||||||
source /Users/(USERNAME)/.rvm/scripts/rvm (or whatever is prompted by the installer)
|
source ${HOME}/.rvm/scripts/rvm (or whatever is prompted by the installer)
|
||||||
|
|
||||||
Then install Ruby 2.2 or higher
|
Then install Ruby 2.2 or higher
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user