]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - INSTALL
chucknorris: read gzip stream before passing it to YAML.load
[user/henk/code/ruby/rbot.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 0ae1bdd1e40855ee5afb71fe22b39e7d8dc707aa..7081c592e0045ca2d84a55d4fba460cf88742d6e 100644 (file)
--- 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