Skip to content

Commit e84df90

Browse files
authored
Update README.md
1 parent e6286f6 commit e84df90

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,7 +14,7 @@ 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.3/kubeauto_v0.0.3_linux_amd64 && \
17+
https://github.com/kitproj/kubeauto/releases/download/v0.0.5/kubeauto_v0.0.5_linux_amd64 && \
1818
sudo chmod +x /usr/local/bin/kubeauto
1919
```
2020

@@ -51,4 +51,4 @@ acollins8@macos-QH70WPJVXY kubeauto % go run . -n my-ns -l app=nginx -p 40000
5151
```
5252
5353
```bash
54-
```
54+
```

0 commit comments

Comments
 (0)