diff options
-rw-r--r-- | htdocs/docs/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 8cead6d09..058a60a1e 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -47,6 +47,6 @@ chmod 4755 browse/*.cgi edit/*.cgi edit/process/*.cgi misc/*.cgi misc/process/*. <li>Create the necessary <a href="config.html">configuration files</a>. <li>Create the `/usr/local/etc/freeside/counters.<i>datasrc</i>', and `/usr/local/etc/freeside/export.<i>datasrc</i>' directories for each <i>datasrc</i>. - <li>Run bin/fs-setup to create the database tables. + <li>As the freeside user, run bin/fs-setup to create the database tables. </ul> </body> |