Skip to content

Commit

Permalink
Update README.md with simpler instal recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
travisvn authored Dec 20, 2024
1 parent 08bead1 commit 5b0905d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,12 @@ The resulting file can easily be copied and pasted into LLM prompts to provide t

## Installation

### Install via Homebrew 🍺 (easiest)
### Install via Homebrew 🍺 (recommended)
```bash
brew tap travisvn/tap
brew install gptree
```

#### Better performance option (recommended)
If you have `pip` 🐍 and `brew` (Homebrew) 🍺 installed on your machine already, a more performant version of `gptree` is available at a different tap:
```bash
brew tap travisvn/gptree
brew install gptree
```

### Install via pip 🐍
Alternatively, install `gptree` (`gptree-cli`) directly via [pip](https://pypi.org/project/gptree-cli/):
```bash
Expand Down

0 comments on commit 5b0905d

Please sign in to comment.