update readme

This commit is contained in:
Night Kaly 2024-05-22 11:21:42 +01:00
parent 280f0550c6
commit 5cebf9995e
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -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. `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] <password>] [-M <file>] [-G <password> <length>]
```
# Dependencies # Dependencies
- libsodium - libsodium
# Building # Building
You will need to run these with elevated privilages. You will need to run these with elevated privilages.
``` ```
$ make $ make
# make install # make install
``` ```
# Usage
```
Usage: apm [-vhL] [[-e | -R | -I | -Q] <password>] [-M <file>] [-G <password> <length>]
```
# Contributions # Contributions
Contributions are welcomed, feel free to open a pull request. Contributions are welcomed, feel free to open a pull request.