add Notifu to windows documentation part
This commit is contained in:
parent
d41e9fe7fe
commit
abae416bb0
12
README.md
12
README.md
@ -90,6 +90,18 @@ Install the rb-fchange gem for [Directory Change Notification](http://msdn.micro
|
|||||||
$ gem install rb-fchange
|
$ 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
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user