|
anduril's CVS repository is available for you "bleeding edge" types who
want to run the absolute latest software ever! here's how to checkout a
copy:
$ cvs -d :pserver:anonymous@cvs.telekinesis.org:/home/cvs co anduril
That's it! that will get you a cvs copy in the 'anduril/' directory.
To update it at any time simply do:
$ cd anduril
$ cvs update
|