Skip to content

Commit

Permalink
Improve running from cloned repo docs (github-linguist#3669)
Browse files Browse the repository at this point in the history
* Improve running from cloned repo docs
  • Loading branch information
lildude authored Jun 20, 2017
1 parent b6460f8 commit 9312353
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ For development you are going to want to checkout out the source. To get it, clo
cd linguist/
script/bootstrap

To run Linguist from the cloned repository, you will need to generate the code samples first:

bundle exec rake samples

Run this command each time a [sample][samples] has been modified.

To run Linguist from the cloned repository:

bundle exec bin/linguist --breakdown

To run the tests:

bundle exec rake test
Expand Down

0 comments on commit 9312353

Please sign in to comment.