diff options
author | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2013-08-11 08:17:42 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2013-08-11 08:17:42 -0300 |
commit | 94e589fee8fef5bc7937059c459564902a725c75 (patch) | |
tree | 77fc419368144f418abb453e728347baa1900ce6 | |
parent | 9f2b651491c464f783420a99b4a83fde63e0d044 (diff) | |
download | volse-hubzilla-94e589fee8fef5bc7937059c459564902a725c75.tar.gz volse-hubzilla-94e589fee8fef5bc7937059c459564902a725c75.tar.bz2 volse-hubzilla-94e589fee8fef5bc7937059c459564902a725c75.zip |
Update install.txt - fix shell command and path instruction
- Fix chown with chmod
- Fix path from view/smarty3 to view/tpl/smarty3
-rw-r--r-- | install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.txt b/install.txt index ecd0b190d..b25f22133 100644 --- a/install.txt +++ b/install.txt @@ -47,7 +47,7 @@ you might have trouble getting everything to work.] `mkdir view/tpl/smarty3` - `chown 777 view/smarty3` + `chmod 777 view/tpl/smarty3` - For installing addons |