From 58f8df956c1fdc6e74e1c858e95e986c47abd42e Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Fri, 26 Apr 2019 12:37:38 -0400 Subject: [PATCH] Recommend installing with Homebrew When installing the gem, we can get lost between ruby version managers and their localized gemset stuff. Homebrew moves us up a level, which seems better given that we are ourselves a gem manager. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72138bd..8d6f83b 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,15 @@ Note that all of the performance numbers were gathered using just a regular lapt ## Installation -Install the gem: +If you're on a Mac, we recommend that you install via Homebrew: + + $ brew install gel + +Otherwise, you can install Gel as a gem: $ gem install gel -Then, either activate gel in your current shell: +Then, either activate Gel in your current shell: $ eval "$(gel shell-setup)"