doc: Add a missing parenthesis

This commit is contained in:
Wei-Luan Wang
2025-11-12 21:47:07 +08:00
parent f095d29696
commit 7bd49475fe

View File

@@ -272,7 +272,7 @@ requirements.
Recommendation: check support by [Linux Distribution Packages](#linux-distribution-packages)
instead of manual setup / initial configuration.
Create the **radicale** user and group for the Radicale service by running (as `root`:
Create the **radicale** user and group for the Radicale service by running (as `root`):
```bash
useradd --system --user-group --home-dir / --shell /sbin/nologin radicale
```