From 47b82c7c4a98ce627616088ba23d9376fdd23049 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Sun, 9 Apr 2017 01:55:59 +0200 Subject: [PATCH 1/2] Add prebuilt binaries to readme.md Link to prebuilt binaries should be available in readme.md for users who don't have Go installed and just want things to work. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c8ae1a3..a54372f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ to get the latest version of the [webhook](https://github.com/adnanh/webhook/). #### Debian "sid" If you are using unstable version of Debian linux ("sid"), you can install webhook using `apt-get install webhook` which will install community packaged version (thanks [@freeekanayaka](https://github.com/freeekanayaka)) from https://packages.debian.org/sid/webhook +### Download prebuilt binaries +Prebuilt binaries for different architectures are available at [GitHub Releases](https://github.com/adnanh/webhook/releases). + ## Configuration Next step is to define some hooks you want [webhook](https://github.com/adnanh/webhook/) to serve. Begin by creating an empty file named `hooks.json`. This file will contain an array of hooks the [webhook](https://github.com/adnanh/webhook/) will serve. Check [Hook definition page](https://github.com/adnanh/webhook/wiki/Hook-Definition) to see the detailed description of what properties a hook can contain, and how to use them. From ced9e0189511f0fce28d94533afbc968094381c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Mon, 10 Apr 2017 16:08:14 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a54372f..6848352 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Hookdoo hookdoo -If you don't have time to waste configuring, hosting, debugging and maintaining your webhook instance, we offer a __SaaS__ solution that has all of the capabilities webhook provides, plus a lot more, and all that packaged in a nice friendly web interface. If you are interested, find out more at [hookdoo website](https://www.hookdoo.com/). If you have any questions, you can contact us at info@hookdoo.com +If you don't have time to waste configuring, hosting, debugging and maintaining your webhook instance, we offer a __SaaS__ solution that has all of the capabilities webhook provides, plus a lot more, and all that packaged in a nice friendly web interface. If you are interested, find out more at [hookdoo website](https://www.hookdoo.com/?ref=github-webhook-readme). If you have any questions, you can contact us at info@hookdoo.com # What is webhook?