-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
[docs] add/update choco, scoop, winget instructions #2647
[docs] add/update choco, scoop, winget instructions #2647
Conversation
Signed-off-by: Daniel Possenriede <possenriede@gmail.com>
8fe545c
to
7268178
Compare
You're right, I think the warning can go, Windows support is there to stay. |
Signed-off-by: Daniel Possenriede <possenriede@gmail.com>
I still wonder what the best strategy re the dependencies/backends is (on Windows). gopass installs fine without them and you can also run it without them. age is also an alternative to gpg, but I don't know how well it works in Windows. So I see three options:
|
Signed-off-by: Daniel Possenriede <possenriede@gmail.com>
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!
This adds/updates Windows installation instructions with chocolatey, scoop, and winget.
The scoop and choco manifests do not include the git and gpg4win dependencies, so they have to be installed separately. Should we add those to the README?
There is a
choco install gpg4win
there already, which is why I addedwinget install git
andwinget install gpg4win
. The alternative would be to add the dependencies to the manifests so thatchoco/scoop install gopass
would also install the dependencies.The winget manifest already includes both dependencies, but the winget cli does not support installing those just yet (the next minor version will add this functionality).winget probably needs some more time to properly support dependencies (i.e. I am currently failing at submitting the manifest with dependencies included due to (IMHO) overzealous checks).BTW is this warning still valid?
gopass/docs/setup.md
Line 204 in 439bc00