-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update install.md #657
Update install.md #657
Conversation
Add small comment about Windows elevated command prompt
Welcome @avoidik! |
@@ -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 (to update symbolic link) and navigate to that directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. I'm not sure if the (...)
part is necessary.
If you think it is, maybe rewrite it as (since the installation requires use of symbolic links)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, why not
More precise description about the symbolic link requirement
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: avoidik, corneliusweig The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add small comment about Windows elevated command prompt
Fixes # #631
Related issue: # #643