mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
Fix RVM install instructions
* leave what RVM put into ~/.bash_profile - it now calls ~/.profile
This commit is contained in:
@ -123,12 +123,7 @@ Install RVM
|
|||||||
# As 'discourse'
|
# As 'discourse'
|
||||||
# Install RVM
|
# Install RVM
|
||||||
\curl -s -S -L https://get.rvm.io | bash -s stable
|
\curl -s -S -L https://get.rvm.io | bash -s stable
|
||||||
. ~/.bash_profile
|
. ~/.rvm/scripts/rvm
|
||||||
|
|
||||||
# rvm added shell initialization code to ~/.bash_profile,
|
|
||||||
# move it to ~/.profile instead
|
|
||||||
cat ~/.bash_profile >> ~/.profile
|
|
||||||
rm ~/.bash_profile
|
|
||||||
|
|
||||||
# Install necessary packages for building ruby (this will only work if
|
# Install necessary packages for building ruby (this will only work if
|
||||||
# you've given discourse sudo permissions, which is *not* the default)
|
# you've given discourse sudo permissions, which is *not* the default)
|
||||||
|
Reference in New Issue
Block a user