Updated readme

This commit is contained in:
franklinblanco 2022-07-08 12:51:34 -04:00
parent 9b0b80518b
commit f5fbb797ec
1 changed files with 9 additions and 0 deletions

View File

@ -37,6 +37,15 @@ sqlx migrate run
# Tests
Tests are WIP. Not done yet.
# Release
To build for release
```bash
cargo build --release
```
You can find the executable inside target/release/{name of proj}
## License & Attribution
By Franklin E. Blanco
[Creative Commons](https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode)