This commit is contained in:
Marcus Kida 2024-05-06 21:36:22 +10:00 committed by GitHub
commit eecad6d64f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,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