mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
Fix RVM install instructions
* leave what RVM put into ~/.bash_profile - it now calls ~/.profile
This commit is contained in:
parent
52580f09af
commit
f24a12967c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user