From 84ea1c376d41401617264dc5af0c681494a4a5ec Mon Sep 17 00:00:00 2001 From: Naomi Gong <78571947+naomivgong@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:29:10 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe3c244b..4dace49e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ To get a copy of this website running locally on your machine, you'll need [Ruby *Note:* we recommend using [rvm](https://rvm.io/) instead of your system ruby; it makes life easier :smile:! First, let's install [Bundler](https://bundler.io/), a gem environment manager for ruby. Type this anywhere in your shell: +You can also install ruby if you have homebrew by running brew install ruby ```bash $ gem install bundler