From: Andrew Chilton Date: Mon, 5 May 2008 11:50:40 +0000 (+1200) Subject: Add some more instructions X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3bc2c48abb5d10bda59af3d6ffbfc60f1eb9bd06;p=cil.git Add some more instructions --- diff --git a/INSTALLATION b/INSTALLATION index e6f0a75..e7773f9 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -30,10 +30,17 @@ and install the newly created package. =============================================================================== -Debian Packages ---------------- +Running 'cil' +------------- -Soon I will have packages in my repository on kapiti.geek.nz. Please come back -later :-) +The quickest method is to do the following: + + $ cd /path/to/cil/lib + $ export PERL5LIB=`pwd` + $ cd /path/to/somewhere/in/your/path + $ ln -s /path/to/cil/bin/cil + $ cil init + +See http://kapiti.geek.nz/software/cil.html for some further instructions. ===============================================================================