summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2004-10-09 01:51:05 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2004-10-09 01:51:05 +0000
commit0f3e302547363ea237454dda891ddb5de1be4476 (patch)
treeec45be24a669ee28b5e2da4ff65e39265a418e0b /INSTALL
initial import of rbot
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..0ae1bdd1
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,8 @@
+Just stick the directory somewhere for now, edit rbotconf/conf.rbot and run
+./rbot.rb.
+
+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.