Add build instructions

This commit is contained in:
Robin Appelman 2019-03-28 18:20:44 +01:00 committed by GitHub
commit 6c25409d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,14 @@
Push filesystem notifications into a redis list Push filesystem notifications into a redis list
## Getting the binary
There are 3 ways for getting the binary to run
- Grab a pre-compiled static binary from the [releases](https://github.com/icewind1991/notify-redis/releases) page.
- By running `make` to use docker to build a static binary (requires `make` and `docker`)
- By running `cargo build` (requires `rust`)
## Usage ## Usage
``` ```