From 27607d582d96fc3280dd28f07c6b7ed2f5eaee02 Mon Sep 17 00:00:00 2001 From: NotFound <41252325+lushangkan@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:34:51 +0800 Subject: [PATCH] docs: Fix misleading information in the quick start section of README.md (#238) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e30282d7..d8b7f895 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Or manually: ```bash git clone --depth 1 https://github.com/memohai/Memoh.git cd Memoh +cp conf/app.docker.toml config.toml +# Edit config.toml sudo docker compose up -d ```