Update setup instructions, fixes #1193
This commit is contained in:
parent
195029fc15
commit
ba4d47eb83
|
@ -21,8 +21,8 @@ brew install rbenv
|
||||||
# configure the terminal
|
# configure the terminal
|
||||||
which ruby
|
which ruby
|
||||||
# > /usr/bin/ruby
|
# > /usr/bin/ruby
|
||||||
echo 'eval "$(rbenv init -)"' >> ~/.zprofile
|
echo 'eval "$(rbenv init -)"' >> ~/.zshrc
|
||||||
source ~/.zprofile
|
source ~/.zshrc
|
||||||
which ruby
|
which ruby
|
||||||
# > /Users/mainasuk/.rbenv/shims/ruby
|
# > /Users/mainasuk/.rbenv/shims/ruby
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue