From 217069bbc65b1de59d40ff6aeba086bbba964b65 Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Tue, 31 May 2011 14:28:59 +0200 Subject: [PATCH] Add wiki link on how to configure signal keyboard shortcuts. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7377f1..3c93e84 100644 --- a/README.md +++ b/README.md @@ -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 ----------------