Merge pull request #143 from ykla/master

docs: Update README with sylve service commands
This commit is contained in:
Hayzam Sherif
2026-05-18 13:40:33 +05:30
committed by GitHub
+14
View File
@@ -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)