From b2bbd2e25db5715e89b16047b2e86bbff19f2693 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Wed, 22 Apr 2026 10:47:19 -0400 Subject: [PATCH] Instructions for Homebrew --- README.md | 7 ++++++- docs/index.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12a965c..967baeb 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,17 @@ Instantly navigate through all your experiment directories with: ## Installation -### RubyGems (Recommended) +### Recommended (RubyGems) ```bash gem install try-cli ``` +### Alternative Installations (Homebrew) + +```bash +brew install try +``` Then add to your shell: ```bash diff --git a/docs/index.html b/docs/index.html index 1a39a07..0680d69 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1197,7 +1197,7 @@

Try Something

— PREFER HOMEBREW? —

- brew tap tobi/try https://github.com/tobi/try && brew install try + brew install try