diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-02 23:32:05 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-02 23:32:05 +0000 |
commit | d8f47b0899f9ba055735250e91ac861e8adde447 (patch) | |
tree | 3a575ba7149748fabe7ed5dc53444abc41e31904 /INSTALL | |
parent | 5940baa7fb81196925d692d4e4fe6d6cab73d1ed (diff) |
Wed Aug 03 00:31:41 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Added Rakefile, tweaked gemspec
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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. |