Changed typo(?) in install.md

I think you mean to say 'chmod' here to change permissions on smarty3 without changing ownership.
This commit is contained in:
Daniel Dupriest 2014-12-16 20:23:48 +09:00
parent ac29e831b2
commit 45f593070a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ you might have trouble getting everything to work.]
`mkdir view/smarty3` `mkdir view/smarty3`
`chown 777 view/smarty3` `chmod 777 view/smarty3`
- For installing addons - For installing addons