From a3db18537a6bd3760d778a7816489b1e4d54f294 Mon Sep 17 00:00:00 2001 From: night0721 Date: Mon, 8 Apr 2024 01:53:02 +0000 Subject: [PATCH] update readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad53618..4d1b142 100644 --- a/README.md +++ b/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. -## Dependencies +# Dependencies - libsodium - gcc -## Building +# Building ```sh $ make # make install ``` -## Usage +# Usage ``` Usage: ./argon [-vheRIQLG] [-v] [-h] [-e ] [-R ] [-I ] [-Q ] [-L] [-G ] ``` + +# 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.