update README.md
This commit is contained in:
parent
8e742d655d
commit
2cd7245850
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -28,8 +28,16 @@ go build
|
|||
```
|
||||
|
||||
## Configuration
|
||||
The application assumes the config file `.env`
|
||||
|
||||
```shell
|
||||
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
|
||||
|
||||
## 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.
|
Loading…
Reference in a new issue