浏览代码

contrib/runit-init: missing # sign

x 3 年之前
父节点
当前提交
56d164c8ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/runit-init/README.md

+ 1 - 1
contrib/runit-init/README.md

@@ -16,7 +16,7 @@ In your `~/.bashrc` or `~/.zshrc`, add this line:
 
 
 Then as root, make sure you add this to `/root/.(bash|zsh)rc`:
 Then as root, make sure you add this to `/root/.(bash|zsh)rc`:
 ```bash
 ```bash
-    unset SVDIR
+    # unset SVDIR
 ```
 ```
 
 
 Now follow these guides:
 Now follow these guides: