add Notifu to windows documentation part

This commit is contained in:
Yann Lugrin 2011-06-07 18:05:11 +02:00
parent d41e9fe7fe
commit abae416bb0

View File

@ -90,6 +90,18 @@ Install the rb-fchange gem for [Directory Change Notification](http://msdn.micro
$ gem install rb-fchange
```
Install the Notifu gem if you want notification support:
``` bash
$ gem install rb-notifu
```
And add it to you Gemfile:
``` ruby
gem 'rb-notifu'
```
Usage
-----