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