Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Installation

ninjudd edited this page Sep 26, 2011 · 5 revisions

There are two ways to get Cake:

Standalone script (stable)

Download the script, put it somewhere in your path and chmod +x cake to make it executable. Or, assuming ~/bin/ is in your path, just execute the following command:

curl http://releases.clojure-cake.org/cake -o ~/bin/cake && chmod +x ~/bin/cake

Git repository (development)

git clone git://github.com/flatland/cake.git

Symlink bin/cake into your path and make it executable.

Clone this wiki locally