There was an error while loading. Please reload this page.
You can install Cedar from source or using a pre-built distribution.
Install the Xcode command line tools package (Under the Preferences tab 'Downloads') if you haven't already done so.
Run the following in a terminal:
$ curl -L https://raw.github.com/pivotal/cedar/master/install.sh | bash
This works the same as the Quick install method, but if you're paranoid about running arbitrary scripts you can follow this procedure instead:
Clone the Cedar repository from github and initialize submodules:
$ git clone https://github.com/pivotal/cedar.git && cd cedar $ git submodule update --init --recursive
Build and install templates:
$ ./installCodeSnippetsAndTemplates
Restart Xcode
Download the most recent build from the Downloads page
Expand the tarball into your home directory:
$ cd ~ $ tar -zxvf ~/Downloads/Cedar-944ce03.tar.gz