From 311855e382c670d7088933b800d733b3a2b9cad6 Mon Sep 17 00:00:00 2001 From: shuki Date: Sat, 7 Mar 2026 05:44:16 +0200 Subject: [PATCH] Move web dashboard after TUI launch in Quick Start Co-Authored-By: Claude Opus 4.6 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57e9e7e..281a245 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ The installer detects dependencies, sets up config directories, and optionally l # Launch the TUI gniza +# Start the web dashboard +gniza web install-service +gniza web start +# Access at http://:2323 + # Or use the CLI to add a source and destination gniza --cli sources add --name=mysite --folders=/var/www,/etc/nginx gniza --cli destinations add --name=backup-server @@ -80,11 +85,6 @@ gniza --cli destinations add --name=backup-server # Run a backup gniza --cli backup --source=mysite gniza --cli backup --all - -# Start the web dashboard -gniza web install-service -gniza web start -# Access at http://:2323 ``` ## Terminal UI