We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.