diff options
author | Michaël Ball <michael.ball@gmail.com> | 2016-09-05 21:51:27 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2016-09-05 21:51:27 +0100 |
commit | 6068ab484fa377917514753becf61d2211460218 (patch) | |
tree | 27de4ff20921069fadb37283935b24a2d573483f /README.md | |
parent | 181f76b7ffec963573e9997675e8207f0fb48661 (diff) | |
parent | 2b88dc3ca3b6507e39226bdb37a68806feb77a36 (diff) |
Merge branch 'release/0.1.0'0.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,8 @@ # passphrasegen -A passphrase generator written in Go +A passphrase generator written in Go. ## Usage -Install with by running `go install`, or build and run by running `go build`. +Install by running `go install`, or build locally by running `go build`. Generate a passphrase by running `passphrasegen`. @@ -12,4 +12,6 @@ Optional arguments: ### Example -`passwordgen -w 5 /usr/share/dict/american-english` +Generate a passphrase of 5 words using the american english wordlist: + + $ passwordgen -w 5 /usr/share/dict/american-english
\ No newline at end of file |