summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-11-10 11:31:23 +0000
committerJoe <joe@joelightning.com>2011-11-10 11:31:23 +0000
commitc40170cb03e41bd1efe775bbd430a50da6cdeea4 (patch)
tree0cc4c0f5cc41c502a0dff8fdca124cab2bd0dab5 /INSTALL
First commit, pbot-ng already works.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..a7fbf4a
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,16 @@
+Installing envbot
+=================
+
+Installation isn't needed, you can run it from source directory.
+Installation is possible though, but not recommended.
+
+All you have to do is to get the bot running is:
+* Run:
+ make
+* Copy bot_settings.sh.example to bot_settings.sh
+* Edit bot_settings.sh to set correct nick, IRC server, service password, and so on.
+* Run:
+ ./envbot
+
+To install use something like (change the paths to fit your system):
+make install DESTDIR=/ PREFIX=/home/user/envbot