From 10a449fe1af6fd6b1f977c4e22aed21c9e554251 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 26 Nov 2014 20:15:21 -0800 Subject: [PATCH] Adding note about making etc configuration directory before copying a file to it. --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 9a2a628f7..ebdd062a9 100644 --- a/README +++ b/README @@ -49,6 +49,7 @@ README: Then copy the following configuration files: sudo cp sample/atticmatic.cron /etc/cron.d/atticmatic + sudo mkdir /etc/atticmatic/ sudo cp sample/config sample/excludes /etc/atticmatic/ Lastly, modify those files with your desired configuration.