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

@@ -6,13 +6,15 @@
1. [Browserpass](#browserpass) 1. [Browserpass](#browserpass)
1. [Troubleshooting](#troubleshooting) 1. [Troubleshooting](#troubleshooting)
1. [Further readings](#further-readings) 1. [Further readings](#further-readings)
1. [Sources](#sources) 1. [Sources](#sources)
## TL;DR ## TL;DR
```sh ```sh
# Installation. # Installation.
brew install 'gopass' brew install 'gopass'
go install 'github.com/gopasspw/gopass@latest'
go install 'github.com/gopasspw/gopass@v1.15.11'
# Install shell completions. # Install shell completions.
gopass completion 'fish' > "$HOME/.config/fish/completions/gopass.fish" gopass completion 'fish' > "$HOME/.config/fish/completions/gopass.fish"
@@ -209,11 +211,10 @@ See the [FAQ] page.
- GoPass' [documentation] - GoPass' [documentation]
- [woile's cheatsheet] - [woile's cheatsheet]
## Sources ### Sources
All the references in the [further readings] section, plus the following:
- [BrowserPass extension installation guide] - [BrowserPass extension installation guide]
- [Configuration][config]
<!-- <!--
References 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 [secrets]: https://github.com/gopasspw/gopass/blob/master/docs/secrets.md
[website]: https://www.gopass.pw/ [website]: https://www.gopass.pw/
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Others --> <!-- Others -->
[browserpass extension installation guide]: https://github.com/browserpass/browserpass-extension# [browserpass extension installation guide]: https://github.com/browserpass/browserpass-extension#
[woile's cheatsheet]: https://woile.github.io/gopass-cheat-sheet/ [woile's cheatsheet]: https://woile.github.io/gopass-cheat-sheet/