Update 'readme.md'
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
mslot 2023-02-02 20:11:44 +00:00
parent bea6d9e1e6
commit 54179fecfb
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## What
### What
This is a simple cli program where you can
1. register what you currently have,
@ -12,7 +12,7 @@ for now this only conforms to:
but i have some updates to it in my mind in the future.
## How
### How
Create a settings.toml in the same directory as the `console`:
```toml
@ -49,13 +49,13 @@ This will send an email if the versions differ. Remember to update the version w
You can now add it as a cron job, and make a daily request.
## Beta
### Beta
This is still beta. I use it and fixes the bugs when i find them.
## How to build
### How to build
There is no releases yet, but clone the repo, cd to the root and run `cargo build`.
## Please notice
### Please notice
* The binary is named console for now, and will changed in future versions.
* It will drop a sqlite database in the same folder as the console. This can't be overridden yet (but this is on my todo
list to change that)