Use ${HOME} for homedir

This allows for copying and pasting, and avoids an OS X specific path.
pull/137/head
Justin Santa Barbara 2016-03-15 23:07:47 -04:00
parent 54ee722793
commit 091138f6fe
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ First install rvm
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