mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-29 13:21:01 +00:00
How to install
This commit is contained in:
10
README.md
10
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).
|
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
|
## Contributing
|
||||||
|
|
||||||
1. Fork it.
|
1. Fork it.
|
||||||
|
|||||||
Reference in New Issue
Block a user