diff --git a/README.md b/README.md index 33b14eb..056a9ec 100644 --- a/README.md +++ b/README.md @@ -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