From 19720117a174f3f2977f42303d32f7588d4e499f Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 27 Jun 2011 17:09:44 -0500 Subject: [PATCH] Note about bundler and tests Fixes #7 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3428602..e0902385 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,16 @@ See [Linguist::BlobHelper#generated?](https://github.com/github/linguist/blob/ma ## Installation -To get it, clone the repo and run Bundler. +To get it, clone the repo and run [Bundler](http://gembundler.com/) to install its dependencies. git clone https://github.com/github/linguist.git cd linguist/ bundle install +To run the tests: + + bundle exec rake test + *Since this code is specific to GitHub, is not published as a official rubygem.* ## Contributing