diff --git a/README.md b/README.md index e742bbac64dfb4fc611809ab238d4cceddb412dc..c474f53e6b996512f392a78d8103852bc5914b21 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,18 @@ unambiguously readable. ## Installation -``` shell +```shell $ go install git.sr.ht/~amolith/eow@latest ``` ## Usage ```text +$ eow -h +Usage of eow: + -f, --friendly Generate a 20-character password using an Apple-style friendly algorithm (default true) + -n, --nb60 Generate a 20-character password using the NewBase60 charset +pflag: help requested $ eow kiwmuX tibhoj radvo0 $ eow @@ -35,4 +40,3 @@ fDQ2bkDK8xZgq9ZQ6P5R $ eow -n AMSiSrVxXQWmommxVg1X ``` -