mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb/gopass): install using go
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user