mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Improve running from cloned repo docs (#3669)
* Improve running from cloned repo docs
This commit is contained in:
@@ -67,6 +67,16 @@ For development you are going to want to checkout out the source. To get it, clo
|
|||||||
cd linguist/
|
cd linguist/
|
||||||
script/bootstrap
|
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:
|
To run the tests:
|
||||||
|
|
||||||
bundle exec rake test
|
bundle exec rake test
|
||||||
|
|||||||
Reference in New Issue
Block a user