Skip to content

Commit 7c52901

Browse files
authored
Correct windows krew install command. (#732)
Running with PowerShell confuses a few users that we direct to install krew, as they come across this error ``` The command krew was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\krew". See "get-help about_Command_Precedence" for more details. ``` Suggest changing to `.\krew install krew` to avoid that
1 parent d08d063 commit 7c52901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/user-guide/setup/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Krew self-hosts).
7979
1. Run the following command to install krew:
8080

8181
```sh
82-
krew install krew
82+
.\krew install krew
8383
```
8484

8585
1. Add the `%USERPROFILE%\.krew\bin` directory to your `PATH` environment variable

0 commit comments

Comments
 (0)