diff --git a/README.md b/README.md index d2e70bc..b0ffbf9 100644 --- a/README.md +++ b/README.md @@ -11,22 +11,21 @@ export APM_KEY=~/secret/apm_key `APM_DIR` is the directory where passwords are stored and `APM_KEY` is the path to the master key file. +# Usage +``` +Usage: apm [-vhL] [[-e | -R | -I | -Q] ] [-M ] [-G ] +``` + # Dependencies - libsodium # Building You will need to run these with elevated privilages. - ``` $ make # make install ``` -# Usage -``` -Usage: apm [-vhL] [[-e | -R | -I | -Q] ] [-M ] [-G ] -``` - # Contributions Contributions are welcomed, feel free to open a pull request.