From 05201ab38c6ad1aab519aa7c82f6adc5f3d2fbe3 Mon Sep 17 00:00:00 2001 From: drduh Date: Mon, 25 Apr 2016 21:13:58 -0400 Subject: [PATCH] Instruct installation as just 'git clone' --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ba18cd..1cb03f5 100644 --- a/README.md +++ b/README.md @@ -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) -