Back to the table of contents

Previous      Next

How to get the latest sources from our Git repository

First, you need to install git. If you use Debian or Ubuntu:

	sudo aptitude install git
If you use Fedora or one of its derivatives:
	sudo yum install git
If you use Mac, the XCode command line tools come with Git.

Then, change to the directory where you want to put Waffles, and clone our repository:

	git clone https://github.com/mikegashler/waffles.git waffles

Or, if you prefer, you can download a zip

here, then click on "Clone or download".



Previous      Next

Back to the table of contents