Added a sentence to tell people to check out the installation instructions specific to their operating systems.

This commit is contained in:
Rémy Coutable 2011-10-12 15:53:54 +03:00
parent 4ed28a3cbe
commit 18e0f99a6d

View File

@ -24,6 +24,7 @@ Ryan Bates made a Railscast on Guard, you can view it here: http://railscasts.co
Install
-------
Install the gem:
$ gem install guard
@ -45,6 +46,9 @@ Also note that if a `.guard.rb` is found in your home directory, it will be appe
Add the guards you need to your Guardfile (see the existing guards below).
Now, be sure to read the particular instructions for your operating system: [Mac OS X](#mac) | [Linux](#linux) | [Windows](#win)
<a name="mac" />
### On Mac OS X
Install the rb-fsevent gem for [FSEvent](http://en.wikipedia.org/wiki/FSEvents) support:
@ -72,6 +76,7 @@ display a message, whereas growl uses the `growlnotify` command. In general the
approach is preferred, but you may also use the older growl gem. Have a look at the
[Guard Wiki](https://github.com/guard/guard/wiki/Use-growl_notify-or-growl-gem) for more information.
<a name="linux" />
### On Linux
Install the [rb-inotify gem](https://rubygems.org/gems/rb-inotify) for [inotify](http://en.wikipedia.org/wiki/Inotify) support:
@ -87,6 +92,7 @@ And add them to your Gemfile:
gem 'rb-inotify'
gem 'libnotify'
<a name="win" />
### On Windows
Install the [rb-fchange gem](https://rubygems.org/gems/rb-fchange) for [Directory Change Notification](http://msdn.microsoft.com/en-us/library/aa365261\(VS.85\).aspx) support: