Instruct installation as just 'git clone'

This commit is contained in:
drduh 2016-04-25 21:13:58 -04:00
parent 214a14a41d
commit 05201ab38c
1 changed files with 3 additions and 4 deletions

View File

@ -6,13 +6,13 @@ Script to manage passwords in an encrypted file using gpg.
# Installation
git clone https://github.com/drduh/pwd.sh && cd pwd.sh
git clone https://github.com/drduh/pwd.sh
Requires `gpg`. Install with `brew install gpg` or `sudo apt-get install gnupg` or build and install it from [source](https://www.gnupg.org/download/index.html).
Requires `gpg` - install with `brew install gpg` or `sudo apt-get install gnupg` or build and install it from [source](https://www.gnupg.org/download/index.html).
# Use
Run the script interactively using `./pwd.sh` or symlink to a folder in `$PATH` and run directly.
Run the script interactively using `cd pwd.sh && ./pwd.sh` or symlink to a folder in `$PATH` and run directly.
Type `w` to write a password.
@ -53,4 +53,3 @@ A recommended `~/.gnupg/gpg.conf` configuration is included in this repository.
[bndw/pick: a minimal password manager for OS X and Linux](https://github.com/bndw/pick)
[anders/pwgen: generate passwords using OS X Security framework](https://github.com/anders/pwgen)