mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-25 08:58:58 -05:00
fixed path on rbenv docs
This commit is contained in:
parent
f713697342
commit
6afadaa97b
@ -17,7 +17,7 @@ cd
|
|||||||
git clone git://github.com/sstephenson/rbenv.git .rbenv
|
git clone git://github.com/sstephenson/rbenv.git .rbenv
|
||||||
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
|
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
|
||||||
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
|
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
|
||||||
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plgs/ruby-build
|
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
|
||||||
source ~/.bash_profile
|
source ~/.bash_profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user