From d83a4d2215078bf60b690a4add84f0289c5aae1b Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 27 Jun 2011 13:07:12 -0700 Subject: [PATCH] How to install --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6cff63dd..d3428602 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,16 @@ Not all plain text files are true source files. Generated files like minified js See [Linguist::BlobHelper#generated?](https://github.com/github/linguist/blob/master/lib/linguist/blob_helper.rb). +## Installation + +To get it, clone the repo and run Bundler. + + git clone https://github.com/github/linguist.git + cd linguist/ + bundle install + +*Since this code is specific to GitHub, is not published as a official rubygem.* + ## Contributing 1. Fork it.