Mention 'guard list' in README

This commit is contained in:
Christian Höltje 2011-08-09 09:08:53 -04:00
parent 091ecf3322
commit 0054af64ed

View File

@ -193,6 +193,12 @@ Add it to your Gemfile (inside the `development` group):
gem '<guard-name>' gem '<guard-name>'
``` ```
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: Insert default guard's definition to your Guardfile by running this command:
``` bash ``` bash