diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/docs/install.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 100a3cc64..d22915176 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -114,7 +114,10 @@ $ su <tr> <td><ul> <li>Run <tt>make aspdocs</tt> - <li>Copy <tt>aspdocs/</tt> to your web server's document space. + <li>Copy <tt>aspdocs/</tt> to your web server's document space: +<font size="-1"><pre> +cp aspdocs /usr/local/apache/htdocs/freeside-asp +</pre></font> <li>Create a <a href="http://www.apache-asp.org/config.html#Global">Global</a> directory, such as <tt>/usr/local/etc/freeside/asp-global/</tt>: <font size="-1"><pre> mkdir /usr/local/etc/freeside/asp-global/ |