Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ <h3>Try Something</h3>
<p>— PREFER HOMEBREW? —</p>
<div class="alt-methods">
<div class="code-block">
<code>brew tap tobi/try https://github.com/tobi/try && brew install try</code>
<code>brew install try</code>
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
</div>
</div>
Expand Down