INSTALL 1 INSTALL
2
3 * Install and load cl-irc and its dependencies
4
5 * Install ircbot
6
7 * Use V to press `trilemabot`
8
9 mkdir -p ~/src/trilemabot
10 cd ~/src/trilemabot
11
12 mkdir .wot
13 cd .wot && wget http://lucian.mogosanu.ro/spyked.asc && cd ..
14
15 v.pl init http://lucian.mogosanu.ro/src/trilemabot/
16 v.pl press trilemabot-prefixed-cmd trilemabot-prefixed-cmd.vpatch
17
18 * Load `trilemabot` via Quicklisp or directly using ASDF:
19
20 (dolist (path '("/path/to/ircbot/" "~/src/trilemabot/trilemabot-voicer/"))
21 (pushnew path asdf:*central-registry* :test #'string=))
22 (asdf:load-system :trilemabot)