From e2ada5e6b2cd5b5f54a8e7dfb165cda3049becbc Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 10 May 2013 17:46:27 +0100 Subject: [PATCH] Setup point changed to include perms on test dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea630e6..2c1cc7f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ $ git clone git@github:mattpass/ICEcoder ####Step 2: Place in your document root (online or local) ``` Put in a new sub-dir URL such as yourdomain.com/_coder or localhost/_coder -Set public write permissions (757 recommended) on the 'backups' and 'lib' folders +Set public write permissions (757 recommended) on the 'backups', 'lib' and 'test' folders ``` ####Step 3: Start coding