Skip to content

Commit 9b488d9

Browse files
authored
Add missing 'kubectl` prefix to krew command (#842)
1 parent d2e660d commit 9b488d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/developer-guide/installing-locally.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For example, if you're on a Linux machine, you can test Windows installation
3838
with:
3939

4040
```sh
41-
{{<prompt>}}KREW_OS=windows KREW_ARCH=amd64 krew install --manifest=[...]
41+
{{<prompt>}}KREW_OS=windows KREW_ARCH=amd64 kubectl krew install --manifest=[...]
4242
```
4343

4444
[index]: https://github.com/kubernetes-sigs/krew-index

0 commit comments

Comments
 (0)