The Atheme GIT repository can be checked out using the following command:
	$ git clone git://git.atheme.org/atheme.git atheme-devel
	$ cd atheme-devel

If you need libmowgli, you should also run these commands to check it out into
the source tree.  This is, in theory, unnecessary if you have a system-wide
installation of libmowgli.
	$ git submodule init
	$ git submodule update

Atheme's GIT repository depot can be browsed over the internet at 
the following address:
	http://git.atheme.org/
