summaryrefslogtreecommitdiff
path: root/INSTALL
blob: a7fbf4a32f666b535a15c6d810c00576ecc6ffbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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