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