Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 8ff60b4

Browse files
committed
Updating readme
1 parent d92e976 commit 8ff60b4

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
@@ -31,7 +31,7 @@ $ brew upgrade kubenvz
3131
Download and install with:
3232

3333
```bash
34-
wget https://github.com/nutellinoit/kubenvz/releases/download/v0.3.0/kubenvz_linux_x64_v0.3.0.tar.gz -O kubenvz.tar.gz
34+
wget https://github.com/nutellinoit/kubenvz/releases/download/v0.4.0/kubenvz_linux_x64_v0.4.0.tar.gz -O kubenvz.tar.gz
3535
tar -zxvf kubenvz.tar.gz
3636
sudo mv kubenvz /usr/local/bin/
3737
```
@@ -76,7 +76,7 @@ kubenvz kustomize use 1.0.10
7676
To have a faster switch between version, install the kbnvz tool (working on macos and linux):
7777

7878
```bash
79-
sudo wget https://github.com/nutellinoit/kubenvz/releases/download/v0.3.0/kbnvz_v0.3.0 -O /usr/local/bin/kbnvz
79+
sudo wget https://github.com/nutellinoit/kubenvz/releases/download/v0.4.0/kbnvz_v0.4.0 -O /usr/local/bin/kbnvz
8080
sudo chmod +x /usr/local/bin/kbnvz
8181
```
8282

0 commit comments

Comments
 (0)