How to install

This commit is contained in:
Joshua Peek
2011-06-27 13:07:12 -07:00
parent d0ac7982e5
commit d83a4d2215

View File

@@ -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.