readme modif

This commit is contained in:
bruno 2022-08-09 00:17:36 -04:00
parent c356250909
commit eca736bba6
1 changed files with 6 additions and 0 deletions

View File

@ -2,4 +2,10 @@
``` ```
nim c -d:release -r main.nim nim c -d:release -r main.nim
``` ```
# Generate database
./main newdb
# Add admin user
./main newuser u:Admin p:Pass e:email@email.com
./main newuser u:bruno p:chab30 e:bruno.charest@gmail.com