diff --git a/QUICK_START b/QUICK_START index 3a231fe4..c9e0fdb8 100644 --- a/QUICK_START +++ b/QUICK_START @@ -10,7 +10,18 @@ Copy the Smarty library files to your system. In our example, we place them in /usr/local/lib/php/Smarty/ $> gtar -ztvf Smarty-2.6.7.tar.gz -$> cp -r Smarty-2.6.7/libs /usr/local/lib/php/Smarty +$> mkdir /usr/local/lib/php/Smarty +$> cp -r Smarty-2.6.7/libs/* /usr/local/lib/php/Smarty + +You should now have the following file structure: + +/usr/local/lib/php/Smarty/ + Config_File.class.php + debug.tpl + internals/ + plugins/ + Smarty.class.php + Smarty_Compiler.class.php SETUP SMARTY DIRECTORIES