From dc3dcf5c7b667659eb5740da40bc68b05f5abdab Mon Sep 17 00:00:00 2001 From: mtrx Date: Sun, 4 May 2025 00:45:26 +0200 Subject: [PATCH] guess i still need that --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e8a68..e289e93 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Pure rust. Built with actix, diesel, tera, serde and sqlite3. ```bash cd ./site cargo install diesel_cli --no-default-features --features "sqlite" -diesel setup --database-url ./content/db.sqlite3 +diesel setup --database-url content/db.sqlite3 +diesel migration run --database-url content/db.sqlite3 ``` 3. Set up your configuration .env (see below) 4. Pull the image (or build from source) and run the docker container