X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=INSTALL;h=4775b9418bcc283f41b4ec0ad7aeb9566e0d32e3;hp=cd5581125efe04384ce853217af7134efa40e88d;hb=HEAD;hpb=4d078d69cd2308cc835d7d8f1117e9b18ec37b61 diff --git a/INSTALL b/INSTALL index cd55811..4775b94 100644 --- a/INSTALL +++ b/INSTALL @@ -53,15 +53,15 @@ Compiling: 7) Copy neonserv.example.conf to neonserv.conf and edit the mysql information. - 10) Once you have NeonServ for the first time, it will create the neccesary - tables in your database. Take a look into `bots` to edit Bot settings like - nick and server (You need to restart the bot to apply these settings). - You also need to add youself into the `users` table with 1000 access. + 8) Start NeonServ by executing the "neonserv" binary. + When you start NeonServ for the first time, it will create the neccesary + tables in your database and ask you for the initial bot settings + (Bot Administrator, first IRC Connection) - 11) To get the actual language pack (including help strings) run the included + 9) To get the actual language pack (including help strings) run the included language.php (and rehash the bot's language cache with `reloadlang `) - 12) You can now register a channel via the bots query ;) + 10) You can now register a channel via the bots query ;) End of file, INSTALL.