浏览代码

Adding note about making etc configuration directory before copying a file to it.

Dan Helfman 10 年之前
父节点
当前提交
10a449fe1a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README

+ 1 - 0
README

@@ -49,6 +49,7 @@ README:
 Then copy the following configuration files:
 Then copy the following configuration files:
 
 
     sudo cp sample/atticmatic.cron /etc/cron.d/atticmatic
     sudo cp sample/atticmatic.cron /etc/cron.d/atticmatic
+    sudo mkdir /etc/atticmatic/
     sudo cp sample/config sample/excludes /etc/atticmatic/
     sudo cp sample/config sample/excludes /etc/atticmatic/
 
 
 Lastly, modify those files with your desired configuration.
 Lastly, modify those files with your desired configuration.