From 7ebaf131bba957eacdaf14411809dc6364128617 Mon Sep 17 00:00:00 2001 From: cynic Date: Fri, 5 Sep 2025 20:56:14 +0000 Subject: [PATCH] wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae4269..1c49bf7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It comes in "public" mode by default, but you can switch to "private" mode at an "Private" mode is nothing but requiring user and password from thelounge users. -To add users after the change in mode use the following command: +To add new users issue the following command: ``` docker exec -ti su-exec app sh -c "export THELOUNGE_HOME=/data/thelounge; thelounge add " ```