From e8e4a638982baad4bd4afda3c07bf63e46da24dc Mon Sep 17 00:00:00 2001 From: Serhiy Bobrov Date: Tue, 21 Apr 2026 19:20:44 +0300 Subject: [PATCH] fix(docs): update setup commands formatting for better readability --- docs/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5bea2a7..f1321e3 100755 --- a/docs/index.html +++ b/docs/index.html @@ -743,11 +743,12 @@
-# Option A — pre-built image (no clone required) -curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/docker-compose.yml -curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/.env.example -cp .env.example .env # set SESSION_SECRET and DB_ENCRYPTION_KEY -docker compose up -d +# Option A — pre-built image (no clone required)
+curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/docker-compose.yml
+curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/.env.example
+cp .env.example .env
+# set SESSION_SECRET and DB_ENCRYPTION_KEY in .env
+docker compose up -d
docker compose exec oikos node setup.js

Then open http://localhost:3000 and log in. Need help? The Installation Guide covers everything from installing Docker to HTTPS, backups, and troubleshooting.