Skip to content
defn edited this page Aug 24, 2010 · 3 revisions

There are three ways to get Cake. The simplest method is just to install the gem. If you’re new, that’s what we recommend.

Using gem

  1. gem install cake

Standalone script

  1. Download the script
  2. Put it somewhere in your path and chmod +x cake to make it executable

Git repository

  1. git clone git://github.com/ninjudd/cake.git
  2. Symlink bin/cake into your path and make it executable.

Clone this wiki locally