X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=INSTALL;h=7081c592e0045ca2d84a55d4fba460cf88742d6e;hb=0368e8c09385a6c49e0d59cd6162675057e5b339;hp=0ae1bdd1e40855ee5afb71fe22b39e7d8dc707aa;hpb=0f3e302547363ea237454dda891ddb5de1be4476;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/INSTALL b/INSTALL index 0ae1bdd1..7081c592 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,12 @@ -Just stick the directory somewhere for now, edit rbotconf/conf.rbot and run -./rbot.rb. +Run setup.rb to install the bot. -You can maintain multiple configurations at once, start rbot with the -location you want it to store runtime data in. By default, running ./rbot.rb -uses the rbotconf subdirectory which contains a sample configuration. If you -run ./rbot.rb ~/.rbot, then the configuration will be stored and read from -there instead. +Just run rbot, it'll ask you for any core information it needs before it can +start, after that you can configure everything else online using the config +module. + +You can maintain multiple configurations at once. Start rbot with the +location you want it to store runtime data in. By default, running rbot +uses the ~/.rbot config directory. If you run 'rbot /path/to/foo', then the +configuration will be stored to and read from there instead. + +Instructions for windows in REQUIREMENTS