update README.md

This commit is contained in:
Adora Laura Kalb 2023-06-12 13:17:26 +02:00
parent 8e742d655d
commit 2cd7245850
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -28,8 +28,16 @@ go build
``` ```
## Configuration ## 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
```
``` ## License
`ovh-apikey-manager` is available under the MIT license. See the LICENSE file for more info.