From 56f83325b88b6ec7af4efeac02990d3c9046e123 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Sat, 18 Oct 2025 02:07:17 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ec154d..bac39a1 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ Port 8080 is needed to run with this method; Docker is most recommended if that * Clone this repo. * Tweak ``compose.yml`` as you see fit and follow instructions if you want to enable bookmarks. -* ``sudo docker compose up -d`` to build and run. -* Need to update? ``git pull && docker compose up -d --build`` +* ``docker compose up -d`` +* ``docker compose pull && docker compose up -d`` to update.