Update setup instructions, fixes #1193

This commit is contained in:
Marcus Kida 2023-12-11 10:23:14 +01:00
parent 195029fc15
commit ba4d47eb83
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ brew install rbenv
# configure the terminal
which ruby
# > /usr/bin/ruby
echo 'eval "$(rbenv init -)"' >> ~/.zprofile
source ~/.zprofile
echo 'eval "$(rbenv init -)"' >> ~/.zshrc
source ~/.zshrc
which ruby
# > /Users/mainasuk/.rbenv/shims/ruby