From a00ae36e48f1b8730f3ed9146e09fa8bc3298e54 Mon Sep 17 00:00:00 2001 From: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:27:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a5a7ee..a771ba5 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,7 @@ _**⚠️ AdventureLog is in early development and is not recommended for produc 2. Edit the `docker-compose.yml` file and change the database password 3. Run `docker compose up -d` to build the image and start the container 4. Wait for the app to start up and migrate then visit the port and enjoy! +5. After navigating to the app, fill out the form to create the admin user. + **Note**: The `ORIGIN` variable is required for CSRF protection. It can be omitted if using a reverse proxy or other HTTPS service.