Fixed command to add users (#1762)

This commit is contained in:
Slaviša Arežina 2025-01-26 09:25:32 +01:00 committed by GitHub
parent b9cdfc26d0
commit d596f4a3e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@
}, },
"notes": [ "notes": [
{ {
"text": "The Lounge is running in private mode. Use `sudo -u thelounge thelounge add name` to create users.", "text": "The Lounge is running in private mode. Use `runuser -u thelounge -- thelounge add usernamehere` to create users.",
"type": "info" "type": "info"
} }
] ]