From 2cd7245850ab6700b538ab391e1cba868d959cf3 Mon Sep 17 00:00:00 2001 From: lauralani Date: Mon, 12 Jun 2023 13:17:26 +0200 Subject: [PATCH] update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 843a23d..2e6aedc 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,16 @@ go build ``` ## Configuration -The application assumes the config file `.env` +The application assumes the config file `.env` in the current working directory. +If you installed from source you can just copy a template `.env` from the `examples/` directory, +or you can just [take it directly](https://codeberg.org/lauralani/ovh-apikey-manager/src/branch/main/examples/.env) from the Git repository -```shell +## Usage +You can see the list of available commands with +```bash +./ovh-apikey-manager --help +``` -``` \ No newline at end of file +## License + +`ovh-apikey-manager` is available under the MIT license. See the LICENSE file for more info. \ No newline at end of file