chore(kb/gopass): install using go

This commit is contained in:
Michele Cereda
2024-05-12 00:00:02 +02:00
parent bd50acb741
commit 8ef68525ad

View File

@@ -13,6 +13,8 @@
```sh
# Installation.
brew install 'gopass'
go install 'github.com/gopasspw/gopass@latest'
go install 'github.com/gopasspw/gopass@v1.15.11'
# Install shell completions.
gopass completion 'fish' > "$HOME/.config/fish/completions/gopass.fish"
@@ -209,11 +211,10 @@ See the [FAQ] page.
- GoPass' [documentation]
- [woile's cheatsheet]
## Sources
All the references in the [further readings] section, plus the following:
### Sources
- [BrowserPass extension installation guide]
- [Configuration][config]
<!--
References
@@ -227,9 +228,6 @@ All the references in the [further readings] section, plus the following:
[secrets]: https://github.com/gopasspw/gopass/blob/master/docs/secrets.md
[website]: https://www.gopass.pw/
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Others -->
[browserpass extension installation guide]: https://github.com/browserpass/browserpass-extension#
[woile's cheatsheet]: https://woile.github.io/gopass-cheat-sheet/