Skip to content

Commit 1dfca6c

Browse files
Fix installation instructions and update version
1 parent 2fb3b57 commit 1dfca6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kubectl plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
55
## Install
66

77
```
8-
asdf plugin-add kubectl https://github.com/asdf-community/asdf-kubectl.git
8+
asdf plugin add kubectl https://github.com/asdf-community/asdf-kubectl.git
99
```
1010

1111
## Use
@@ -19,13 +19,13 @@ The `ASDF_KUBECTL_OVERWRITE_ARCH` variable can be used to override the architect
1919
### Without `ASDF_KUBECTL_OVERWRITE_ARCH`:
2020

2121
```
22-
% asdf install kubectl 1.18.17
23-
Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.18.17/bin/darwin/arm64/kubectl
22+
% asdf install kubectl 1.33.2
23+
Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.33.2/bin/darwin/arm64/kubectl
2424
```
2525

2626
### With `ASDF_KUBECTL_OVERWRITE_ARCH`:
2727

2828
```
29-
% ASDF_KUBECTL_OVERWRITE_ARCH=amd64 asdf install kubectl 1.18.17
30-
Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.18.17/bin/darwin/amd64/kubectl
29+
% ASDF_KUBECTL_OVERWRITE_ARCH=amd64 asdf install 1.33.2
30+
Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.33.2/bin/darwin/amd64/kubectl
3131
```

0 commit comments

Comments
 (0)