Skip to content

Commit 5aa5c92

Browse files
committed
docs(readme): fix mistake and misleading phrasing
While pago technically provides everything listed in one binary, this shouldn't be overemphasized. A normal installation is two binaries. [ci skip]
1 parent 6c2f307 commit 5aa5c92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> Using pago carries a greater risk of bugs, security vulnerabilities, and data loss than using mature software.
66
77
**pago** is a command-line password manager.
8-
It provides the following in a single binary:
8+
It has the following built in:
99
- [age](https://github.com/FiloSottile/age) public-key and password encryption
1010
- Git version control of the password store ([go-git](https://github.com/go-git/go-git))
1111
- A fuzzy finder similar to [fzf](https://github.com/junegunn/fzf) for choosing entries ([go-fuzzyfinder](https://github.com/ktr0731/go-fuzzyfinder))
@@ -420,8 +420,8 @@ cap_mkdb /etc/login.conf
420420
- Linux and BSD: `xclip -in -selection clip`
421421
- macOS: `pbcopy`
422422
- `PAGO_CONFIRM`:
423-
Whether pago should ask yes-no questions.
424-
`0` means pago will assume "yes".
423+
Whether to ask for a new password twice for confirmation.
424+
`0` to disable.
425425
- `PAGO_DIR`:
426426
The pago data directory location.
427427
Defaults to:

0 commit comments

Comments
 (0)