Skip to content
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

add winget #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ choco install gopass</code></pre>
<a href="https://scoop.sh/#/apps?q=gopass&s=0&d=1&o=true">Scoop</a>
</h3>
<pre><code>scoop install gopass</code></pre>
<h3>
<a href="https://learn.microsoft.com/windows/package-manager/">Winget</a>
</h3>
<pre><code>winget install Git.Git
winget install GnuPG.Gpg4win
winget install gopass.gopass</code></pre>
<h3>
Binary Download
</h3>
Expand Down