summaryrefslogtreecommitdiffstats
path: root/network/coturn/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/coturn/README')
-rw-r--r--network/coturn/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/coturn/README b/network/coturn/README
index fa3bc447ee..b9e0253193 100644
--- a/network/coturn/README
+++ b/network/coturn/README
@@ -10,7 +10,7 @@ for example:
groupadd -g 366 turnserver
useradd -u 366 -g turnserver -d /var/lib/turn -s /bin/bash turnserver
-If you wish another group and username, you can set TURN_GROUP and TURN_USER,
-for example:
+If you wish another group and username, you can set TURN_GROUP and
+TURN_USER, for example:
TURN_GROUP=mygroup TURN_USER=myuser ./coturn.SlackBuild