diff --git a/Documentation/Setup.md b/Documentation/Setup.md index 258fba9af..68228ffcd 100644 --- a/Documentation/Setup.md +++ b/Documentation/Setup.md @@ -33,8 +33,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