Merge pull request #1816 from Supermathie/sysadmin-docs

Fix RVM install instructions
This commit is contained in:
Jeff Atwood 2014-01-10 21:52:17 -08:00
commit 6859edc57d
1 changed files with 1 additions and 6 deletions

View File

@ -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)