X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=INSTALL;h=3885f2dcdb660ca92918c6ee02481e61c9a12d03;hb=4ce1c479b57beecd2fb8d13a33ce91e1f272bd97;hp=0ae1bdd1e40855ee5afb71fe22b39e7d8dc707aa;hpb=0f3e302547363ea237454dda891ddb5de1be4476;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/INSTALL b/INSTALL index 0ae1bdd1..3885f2dc 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ -Just stick the directory somewhere for now, edit rbotconf/conf.rbot and run -./rbot.rb. +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.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. +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.