From 63d08eeed2806a10df52a40cd27120e82fdf6cbc Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 12 May 2013 17:09:22 +0100 Subject: [PATCH] Clarify write perms to be either 757 or 775 Depends on system --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c45a6..8f5b2a1 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', 'lib' and 'test' folders plus 'test/test-file1.txt' +Set write permissions (757 or 775 depending on your system) on the 'backups', 'lib' and 'test' folders plus 'test/test-file1.txt' ``` ####Step 3: Start coding