Fix markdown indentation
This commit is contained in:
parent
ada26ab92e
commit
09d912895f
@ -92,7 +92,7 @@ command-line utility.
|
|||||||
|
|
||||||
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bash_profile
|
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bash_profile
|
||||||
|
|
||||||
zsh users should add this line to `.zshrc` instead:
|
zsh users should add this line to `.zshrc` instead:
|
||||||
|
|
||||||
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .zshrc
|
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .zshrc
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ can manually add `$HOME/.rbenv/shims` to your path in step 2.)
|
|||||||
|
|
||||||
$ echo 'eval "$(rbenv init -)"' >> .bash_profile
|
$ echo 'eval "$(rbenv init -)"' >> .bash_profile
|
||||||
|
|
||||||
zsh users should add this line to `.zshrc` instead:
|
zsh users should add this line to `.zshrc` instead:
|
||||||
|
|
||||||
$ echo 'eval "$(rbenv init -)"' >> .zshrc
|
$ echo 'eval "$(rbenv init -)"' >> .zshrc
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ command-line utility.
|
|||||||
|
|
||||||
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bash_profile
|
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bash_profile
|
||||||
|
|
||||||
zsh users should add this line to `.zshrc` instead:
|
zsh users should add this line to `.zshrc` instead:
|
||||||
|
|
||||||
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .zshrc
|
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .zshrc
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ can manually add `$HOME/.rbenv/shims` to your path in step 2.)
|
|||||||
|
|
||||||
$ echo 'eval "$(rbenv init -)"' >> .bash_profile
|
$ echo 'eval "$(rbenv init -)"' >> .bash_profile
|
||||||
|
|
||||||
zsh users should add this line to `.zshrc` instead:
|
zsh users should add this line to `.zshrc` instead:
|
||||||
|
|
||||||
$ echo 'eval "$(rbenv init -)"' >> .zshrc
|
$ echo 'eval "$(rbenv init -)"' >> .zshrc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user