From 71f5edc8681f5d0efe095a61d4b4c974cfa24d71 Mon Sep 17 00:00:00 2001 From: Key Networks <34238649+key-networks@users.noreply.github.com> Date: Wed, 13 Dec 2017 23:15:03 +0800 Subject: [PATCH] Got rid of angle brackets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 625f7bf..c738411 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ npm install ##### 3. Allow access to /var/lib/zerotier-one/authtoken.secret The user running the ztncui app needs read access to authtoken.secret. This can be achieved with: ```shell -sudo usermod -aG zerotier-one +sudo usermod -aG zerotier-one username sudo chmod g+r /var/lib/zerotier-one/authtoken.secret ``` Where: -* is the user running the ztncui app +* username is the user running the ztncui app Note that you need to log out and in again to apply the new group membership.