From 439633cdecadb19c4e8d665a620ab6cd8876ab92 Mon Sep 17 00:00:00 2001 From: ykla Date: Mon, 18 May 2026 16:08:03 +0800 Subject: [PATCH] docs: Update README with sylve service commands fix #140 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2cb3a563..bf5a292a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,20 @@ pkg install sylve cd /usr/ports/sysutils/sylve && make install clean ``` +Run the following command to enable it: + +```bash +service sylve enable +``` + +Start it now: + +```bash +service sylve start +``` + +Navigate to `https://localhost:8181`. Use `admin` as the username and the password `admin` by default. + For full installation instructions, dependency details, and configuration guides, see the documentation: [https://sylve.io/docs](https://sylve.io/docs)