diff options
author | Charles Kingsley <chaz@anope.org> | 2011-01-29 11:06:38 +0000 |
---|---|---|
committer | Charles Kingsley <chaz@anope.org> | 2011-01-29 11:06:38 +0000 |
commit | 557eceeefcfa9cee27ec2f61eaa3477a5b4c0336 (patch) | |
tree | 6eaa5f3ef47e0e1352c54420f556cf265b5dd8e9 /docs/INSTALL | |
parent | 9704ccc8a62f0c79c8069078ae8139fcf2d3d681 (diff) |
Updated some docs/ & removed TROUBLESHOOTING as it is redundant.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index e011470b5..dbe90f528 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -162,7 +162,7 @@ Note: You should also read the README and FAQ files! 4) Starting Anope Go into the directory where binaries were installed (by default, this is - ~/services). Type ./services to launch Anope. + ~/services/bin). Type ./services to launch Anope. If there are syntax errors in the configuration file they will be displayed on the screen. Correct them until there are no errors anymore. @@ -180,9 +180,7 @@ Note: You should also read the README and FAQ files! 5) Setting up a crontab A crontab entry will allow you to check periodically whether Anope is - still running, and restart it if not. You'll need to have Anope binaries - and data installed in the same directory for this to work without - modification. + still running, and restart it if not. First rename the example.chk script that is in Anope path (by default, this is ~/services/data) to services.chk and edit it. You'll need to |