rbenv: fix wrong heading
This commit is contained in:
parent
942ccf6e0f
commit
3ce93959d3
2
rbenv.md
2
rbenv.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue