Added some more to readme
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Martin Slot 2022-12-18 11:06:15 +01:00
parent 0687cc92d6
commit ff511887db
1 changed files with 4 additions and 2 deletions

View File

@ -57,7 +57,9 @@ There is no releases yet, but clone the repo, cd to the root and run `cargo buil
# 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)
* I am new to rust, so the code i produce is not ferris on wheels, but i will get there eventually
* 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)
* I am new to rust, so the code i produce is not ferris on wheels, but i will get there eventually. My next round of
cleanup is going to be on using `Result` correctly and do proper error handling
Happy hacking!