docs: Add instructions for MacPorts and uninstall instructions for Homebrew (#17412)

Signed-off-by: Nils Breunese <nils@breun.nl>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
Nils Breunese
2026-01-25 20:21:16 +01:00
committed by GitHub
parent c0b8c4ab9e
commit dcd949bdd0
2 changed files with 24 additions and 0 deletions

View File

@@ -55,6 +55,12 @@ npm install -g @google/gemini-cli
brew install gemini-cli
```
#### Install globally with MacPorts (macOS)
```bash
sudo port install gemini-cli
```
#### Install with Anaconda (for restricted environments)
```bash