Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzshu authored Feb 24, 2025
1 parent cadd790 commit 16f7276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Pre-built binaries are available for Linux, macOS, and Windows from the [GitHub
#### Linux
```bash
curl -L -o kubectllama \
https://github.com/JasonShuyinta/kubectllama/releases/latest/download/kubectllama-linux-amd64
https://github.com/jazzshu/kubectllama/releases/latest/download/kubectllama-linux-amd64
chmod +x kubectllama
sudo mv kubectllama /usr/local/bin/
```

#### macOS
```bash
curl -L -o kubectllama \
https://github.com/JasonShuyinta/kubectllama/releases/latest/download/kubectllama-macos-amd64
https://github.com/jazzshu/kubectllama/releases/latest/download/kubectllama-macos-amd64
chmod +x kubectllama
sudo mv kubectllama /usr/local/bin/
```
Expand All @@ -66,7 +66,7 @@ If you prefer to build kubectllama yourself or want to modify the code:

1. **Clone the repository**:
```bash
git clone https://github.com/JasonShuyinta/kubectllama.git
git clone https://github.com/jazzshu/kubectllama.git
cd kubectllama
```

Expand Down

0 comments on commit 16f7276

Please sign in to comment.