Fix #165 by adding example of running against a single file

This commit is contained in:
Félix Saparelli 2020-09-07 02:12:38 +12:00 committed by GitHub
parent 570ed3afdf
commit 55b03e82c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ Run `make` when any file in `lib` or `src` changes:
$ watchexec -w lib -w src make
Run `bundle install` when the `Gemfile` changes:
$ watchexec -w Gemfile bundle install
## Installation
### Cargo