From 55b03e82c34e6939e86e6e28e01887d5a1c695a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Mon, 7 Sep 2020 02:12:38 +1200 Subject: [PATCH] Fix #165 by adding example of running against a single file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 994b0bb..7e242c9 100644 --- a/README.md +++ b/README.md @@ -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