Clarify write perms to be either 757 or 775

Depends on system
This commit is contained in:
Matt Pass
2013-05-12 17:09:22 +01:00
parent 7fa39f645d
commit 63d08eeed2

View File

@@ -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