Skip to content

Commit a7cdaf6

Browse files
Fxi the remove step
1 parent 1483479 commit a7cdaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ The following methods exist for installing kubectl on macOS:
123123
kubectl version --client --output=yaml
124124
```
125125

126-
1. After installing the plugin, clean up the installation files:
126+
1. After installling and validating kubectl, delete the checksum file:
127127

128128
```bash
129-
rm kubectl kubectl.sha256
129+
rm kkubectl.sha256
130130
```
131131

132132
### Install with Homebrew on macOS

0 commit comments

Comments
 (0)