浏览代码

Got rid of angle brackets

Key Networks 7 年之前
父节点
当前提交
71f5edc868
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
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 <username>
+sudo usermod -aG zerotier-one username
 sudo chmod g+r /var/lib/zerotier-one/authtoken.secret
 ```
 Where:
-* <username> 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.