Update README.md

This commit is contained in:
0xf8 2023-06-18 13:58:50 -04:00
parent d4f2bc4352
commit c2f2706582
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ Self-hosted Minecraft authentication server with authlib-injector support
```sh
$ export DATABASE_URL="sqlite:yggdrasil.db"
```
1.5 Create .env
```sh
echo 'DATABASE_URL="sqlite:yggdrasil.db" >> .env'
```
2. Create database (install sqlx cli tool if not already)
```sh
$ sqlx db create