fixed path on rbenv docs

This commit is contained in:
Brandon Mathis 2012-08-03 21:40:14 -05:00
parent f713697342
commit 6afadaa97b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cd
git clone git://github.com/sstephenson/rbenv.git .rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.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
```