From 091138f6fea1d24ed4d281f2766d5089966c3bac Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Tue, 15 Mar 2016 23:07:47 -0400 Subject: [PATCH] Use ${HOME} for homedir This allows for copying and pasting, and avoids an OS X specific path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1583e70c0a..84a4e6fcd8 100644 --- a/README.md +++ b/README.md @@ -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