Skip to content

Commit

Permalink
Recommend installing with Homebrew
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matthewd committed Apr 26, 2019
1 parent 9c70059 commit 58f8df9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit 58f8df9

Please sign in to comment.