Skip to content

Installation instructions

jigish edited this page Jun 8, 2012 · 9 revisions

This page contains instructions to install slate.

Using the App Store

Using Git

In a terminal (where ${CODE} is the directory where you would like to keep the slate codebase):

cd ${CODE}
git clone git://github.com/jigish/slate.git
cd /Applications
ln -s ${CODE}/slate/build/Release/Slate.app

To update:

cd ${CODE}/slate
git pull

Direct Download from Github

  1. Download as a zip or tarball
  2. Extract the downloaded archive
  3. Copy build/Release/Slate.app to you Applications folder
  4. To update, just redo steps 1-3

Clone this wiki locally