Skip to content

Commit a94bd62

Browse files
committed
docs: updated readme
1 parent 43b7917 commit a94bd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.6/kubeauto_v0.0.6_linux_amd64 && \
17+
https://github.com/kitproj/kubeauto/releases/download/v0.0.7/kubeauto_v0.0.7_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.6
24+
go install github.com/kitproj/kubeauto@v0.0.7
2525
```
2626

2727
## Usage

0 commit comments

Comments
 (0)