Tarballs available at: <http://github.com/bmizerany/roundup/downloads>

    $ curl -L https://github.com/bmizerany/roundup/tarball/v0.0.5 | tar xvzf -
    $ cd bmizerany-roundup-<sha>
    $ ./configure # see --help for options
    $ make
    $ make install # you may need sudo

Homebrew:

    $ brew install roundup

Hacking? Clone the git repository and put roundup on your PATH:

    $ git clone git://github.com/bmizerany/roundup.git
    $ cd roundup
    $ ./configure # see --help for options
    $ make
    $ PATH=$(pwd):$PATH
    $ roundup --help
