Skip to content

Commit

Permalink
Fix RVM install instructions
Browse files Browse the repository at this point in the history
* leave what RVM put into ~/.bash_profile - it now calls ~/.profile
  • Loading branch information
Supermathie committed Jan 11, 2014
1 parent 52580f0 commit f24a129
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/INSTALL-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f24a129

Please sign in to comment.