update readme
This commit is contained in:
parent
da553fb65f
commit
a3db18537a
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -12,17 +12,23 @@ export ARGON_KEY=~/secret/argon_key
|
||||||
|
|
||||||
`ARGON_DIR` is the directory where passwords are stored and `ARGON_KEY` is the path to the master key file.
|
`ARGON_DIR` is the directory where passwords are stored and `ARGON_KEY` is the path to the master key file.
|
||||||
|
|
||||||
## Dependencies
|
# Dependencies
|
||||||
- libsodium
|
- libsodium
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
## Building
|
# Building
|
||||||
```sh
|
```sh
|
||||||
$ make
|
$ make
|
||||||
# make install
|
# make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
# Usage
|
||||||
```
|
```
|
||||||
Usage: ./argon [-vheRIQLG] [-v] [-h] [-e <password>] [-R <password>] [-I <password>] [-Q <password>] [-L] [-G <password> <length>]
|
Usage: ./argon [-vheRIQLG] [-v] [-h] [-e <password>] [-R <password>] [-I <password>] [-Q <password>] [-L] [-G <password> <length>]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Contributions
|
||||||
|
Contributions are welcomed, feel free to open a pull request.
|
||||||
|
|
||||||
|
# License
|
||||||
|
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/argon/blob/master/LICENSE) for more information.
|
||||||
|
|
Loading…
Reference in a new issue