From 0002f36dc8ed218af8b0f5b11aa8db31c6cff59f Mon Sep 17 00:00:00 2001 From: Liu <20925537+ghLcd9dG@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:12:41 +0800 Subject: [PATCH] Update README.md (#1087) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a444dcc7..ef9afbd7 100644 --- a/README.md +++ b/README.md @@ -289,8 +289,8 @@ nano config.json # or use any editor #### Step 2: One-Click Start ```bash # Option 1: Use convenience script (Recommended) -chmod +x scripts/start.sh -./scripts/start.sh start --build +chmod +x ./start.sh +./start.sh start --build > #### Docker Compose Version Notes > @@ -315,10 +315,10 @@ Open your browser and visit: **http://localhost:3000** #### Manage Your System ```bash -./scripts/start.sh logs # View logs -./scripts/start.sh status # Check status -./scripts/start.sh stop # Stop services -./scripts/start.sh restart # Restart services +./start.sh logs # View logs +./start.sh status # Check status +./start.sh stop # Stop services +./start.sh restart # Restart services ``` **📖 For detailed Docker deployment guide, troubleshooting, and advanced configuration:**