Skip to content

Checking out DTF on the command line

Rodney Lopes Gomes edited this page Sep 18, 2010 · 2 revisions

First you'll need the Git command line tools available on your system. If you want you can also just use the JGit self-contained command line executable that I have uploaded here (only for unix system, make sure to rename to jgit.sh and chmod +x for ease of use). For additional information on how to get Git on your system have a look at the information found here

Once you've installed GIT on your system you should be easily able to check out DTF to your system in the following manner:

$ mkdir dtf
$ cd dtf
$ git clone https://github.com/rlgomes/dtf.git
Clone this wiki locally