From 0054af64edd6d3dcc1810c5a08d57f1a805483fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ho=CC=88ltje?= Date: Tue, 9 Aug 2011 09:08:53 -0400 Subject: [PATCH] Mention 'guard list' in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1ca53dd..7aa00dd 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,12 @@ Add it to your Gemfile (inside the `development` group): gem '' ``` +You can list all guards installed on your system with: + +``` bash +$ guard list +``` + Insert default guard's definition to your Guardfile by running this command: ``` bash