From 3374300dbce608009d80ada709aa859f6ea9dcab Mon Sep 17 00:00:00 2001 From: Jon Allured Date: Sat, 28 Apr 2012 09:02:51 -0500 Subject: [PATCH] Add notes on setup for contributing --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 100ef730..3521e18b 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,23 @@ can't be mixed, and the same number of tabs or spaces must be used throughout. Contributions are welcomed, but before you get started please read the [guidelines](http://haml-lang.com/development.html#contributing). +After forking and then cloning the repo locally, install Bundler and then use it +to install the development gem dependecies: + + gem install bundler + bundle install + +Once this is complete, you should be able to run the test suite: + + rake + +You'll get a warning that you need to install haml-spec, so run this: + + git submodule update --init + +At this point `rake` should run without error or warning and you are ready to +start working on your patch! + ## Authors Haml was created by [Hampton Catlin](http://hamptoncatlin.com), the author of