From f24a12967c71f36af71e27dc0887d426d91c67c6 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 10 Jan 2014 23:05:42 -0500 Subject: [PATCH] Fix RVM install instructions * leave what RVM put into ~/.bash_profile - it now calls ~/.profile --- docs/INSTALL-ubuntu.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index d7175e4ee97..ca1aad7c04f 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -123,12 +123,7 @@ Install RVM # As 'discourse' # Install RVM \curl -s -S -L https://get.rvm.io | bash -s stable - . ~/.bash_profile - - # rvm added shell initialization code to ~/.bash_profile, - # move it to ~/.profile instead - cat ~/.bash_profile >> ~/.profile - rm ~/.bash_profile + . ~/.rvm/scripts/rvm # Install necessary packages for building ruby (this will only work if # you've given discourse sudo permissions, which is *not* the default)