From ba4d47eb8356d1180a40d6566fa270609cc0a950 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Mon, 11 Dec 2023 10:23:14 +0100 Subject: [PATCH] Update setup instructions, fixes #1193 --- Documentation/Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Setup.md b/Documentation/Setup.md index b3d848e4d..d749ccb73 100644 --- a/Documentation/Setup.md +++ b/Documentation/Setup.md @@ -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