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