From 19e974b811d0ccf678074fab3142635c64c2e95f Mon Sep 17 00:00:00 2001 From: Jonathan Klein Date: Wed, 28 Jan 2015 08:41:22 -0500 Subject: [PATCH] Adding a support section to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4cb4fb0b..adb479e1 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Which brings us to... Yup, that's it. You can proxy requests to the Go service through Apache/nginx/etc., but that's not required. +## Support + +Currently Hound is only tested on MacOS and CentOS, but it should work on any *nix system. There is no plan to support Windows, and we've heard that it fails to compile on Windows, but we would be happy to accept a PR that fixes this! + +Similarly, right now Hound only supports git repositories, although adding SVN and Mercurial wouldn't take too much work. Pull requests for this are welcome. + ## Hacking on Hound ### Building