diff --git a/AUTHORS.md b/AUTHORS.md index 924ca83..130d0e1 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1 +1,2 @@ - Justin Keller ([nodesocket](https://github.com/nodesocket)) +- Manuel Wildauer ([int9h](https://github.com/int9h)) diff --git a/README.md b/README.md index d5dbb34..24951a2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ git clone https://github.com/nodesocket/cryptr.git ln -s "$PWD"/cryptr/cryptr.bash /usr/local/bin/cryptr ``` +### Bash Tab completion + +add `tools/cryptr-bash-completion.bash` to your tab completion file directory. + ## API/Commands ### encrypt @@ -100,10 +104,6 @@ Usage: cryptr command ``` -### Bash Tab completion - -add the `tools/cryptr-bash-completion.bash` to your tab completion file directory - ## Changelog https://github.com/nodesocket/cryptr/blob/master/CHANGELOG.md