update readme
This commit is contained in:
parent
280f0550c6
commit
5cebf9995e
1 changed files with 5 additions and 6 deletions
11
README.md
11
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.
|
`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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue