Skip to content

Commit

Permalink
Update install.md (#657)
Browse files Browse the repository at this point in the history
* Update install.md

Add small comment about Windows elevated command prompt

* Update install.md

More precise description about the symbolic link requirement
  • Loading branch information
avoidik authored Oct 10, 2020
1 parent 01b3350 commit a46c82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/user-guide/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Krew self-hosts).

1. Make sure `git` is installed on your system.
1. Download `krew.exe` from the [Releases][releases] page to a directory.
1. Launch a command-line window (`cmd.exe`) and navigate to that directory.
1. Launch a command-line window (`cmd.exe`) with elevated privileges (since the installation requires use of symbolic links) and navigate to that directory.
1. Run the following command to install krew:

```sh
Expand Down

0 comments on commit a46c82c

Please sign in to comment.