rbenv: fix wrong heading

This commit is contained in:
Rico Sta. Cruz 2017-10-11 09:02:23 +08:00
parent 942ccf6e0f
commit 3ce93959d3
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
``` ```
#### Install rbenv and ruby-build #### Add to ~/.bash_profile
```bash ```bash
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile