Skip to content
gauteh edited this page Apr 29, 2013 · 8 revisions

You can run the bleeding edge version of sup directly from a git clone:

$ git clone git://github.com/sup-heliotrope/sup.git
$ cd sup
$ ruby -I lib bin/sup

If you wish to test the development branch (latest changes) you can do that by doing:

$ git clone git://github.com/sup-heliotrope/sup.git
$ cd sup
$ git checkout -b develop origin/develop
$ ruby -I lib bin/sup

For more information on how to work with git checkout for instance: http://gitref.org/ or http://git-scm.com/book.

Clone this wiki locally