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

@@ -45,3 +45,21 @@ npm uninstall -g @google/gemini-cli
```
This command completely removes the package from your system.
## Method 3: Homebrew
If you installed the CLI globally using Homebrew (e.g.,
`brew install gemini-cli`), use the `brew uninstall` command to remove it.
```bash
brew uninstall gemini-cli
```
## Method 4: MacPorts
If you installed the CLI globally using MacPorts (e.g.,
`sudo port install gemini-cli`), use the `port uninstall` command to remove it.
```bash
sudo port uninstall gemini-cli
```