Skip to content

Commit 2426862

Browse files
authoredApr 3, 2025··
Update README.md
1 parent 4170b2f commit 2426862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Find the latest release on the releases page:
1414

1515
```bash
1616
sudo curl --fail --silent --location --output /usr/local/bin/kubeauto \
17-
https://github.com/kitproj/kubeauto/releases/download/v0.0.14/kubeauto_v0.0.14_linux_amd64 && \
17+
https://github.com/kitproj/kubeauto/releases/download/v0.0.15/kubeauto_v0.0.15_linux_amd64 && \
1818
sudo chmod +x /usr/local/bin/kubeauto
1919
```
2020

2121
For Go users
2222

2323
```bash
24-
go install github.com/kitproj/kubeauto@v0.0.14
24+
go install github.com/kitproj/kubeauto@v0.0.15
2525
```
2626

2727
## Usage

0 commit comments

Comments
 (0)
Please sign in to comment.