Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Feb 17, 2015
1 parent a7db06c commit bad46e9
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,16 @@

Filesystem event notification library on steroids. (under active development)

*Installation*

```
~ $ go get -u github.com/rjeczalik/notify
```

*Documentation*

[godoc.org/github.com/rjeczalik/notify](https://godoc.org/github.com/rjeczalik/notify)

### cmd/notify [![GoDoc](https://godoc.org/github.com/rjeczalik/notify?status.svg)](https://godoc.org/github.com/rjeczalik/notify)

Listens on filesystem changes and forwards received events to user-defined handlers.

*Installation*

```
~ $ go get -u github.com/rjeczalik/notify/cmd/notify
~ $ go get -u github.com/rjeczalik/notify
```

*Documentation*
*Projects using notify*

[godoc.org/github.com/rjeczalik/notify/cmd/notify](https://godoc.org/github.com/rjeczalik/notify/cmd/notify)
- [cmd/notify](https://godoc.org/github.com/rjeczalik/notify/cmd/notify)

0 comments on commit bad46e9

Please sign in to comment.