Skip to content

Commit

Permalink
HACKING
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Sep 15, 2011
1 parent 57f7daa commit da5456c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions HACKING
@@ -0,0 +1,16 @@
Clone:

git clone git://github.com/rtomayko/tilt.git
cd tilt

Install needed packages under ./vendor and run tests (requires bundler):

rake

Run tests under your current gem environment. Do not install anything:

rake test

Only install needed packages under ./vendor:

rake setup

0 comments on commit da5456c

Please sign in to comment.