Note about bundler and tests

Fixes #7
This commit is contained in:
Joshua Peek
2011-06-27 17:09:44 -05:00
parent d83a4d2215
commit 19720117a1

View File

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