Add wiki link on how to configure signal keyboard shortcuts.

This commit is contained in:
Michael Kessler 2011-05-31 14:28:59 +02:00
parent 1bcfdfd3ad
commit 217069bbc6

View File

@ -146,6 +146,8 @@ Signal handlers are used to interact with Guard:
* `Ctrl-\` - Calls each guard's `run_all` method, in the same order they are declared in the Guardfile.
* `Ctrl-Z` - Calls each guard's `reload` method, in the same order they are declared in the Guardfile.
You can read more about [configure the signal keyboard shortcuts](https://github.com/guard/guard/wiki/Configure-keyboard-shortcuts) on the wiki.
Available Guards
----------------