From 789f22972c39856cbaa381167d19a9087ff472e2 Mon Sep 17 00:00:00 2001 From: Matthew Little <zone117x@gmail.com> Date: Thu, 23 Apr 2015 09:00:52 -0600 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff62d4ac..20426fe2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,14 @@ Currently [Sonarr](https://sonarr.tv/) is the only software that uses Torznab. [ Download in the [Releases page](https://github.com/zone117x/Jackett/releases) ### Supported Systems -Windows. Tested and working on Linux using Mono. Should also work on OSX. +* Works on Windows by default +* Works on Linux and OS X using Mono. See instructions below... + +### Instructions for Mono + * Install Mono: http://www.mono-project.com/download/ + * Install libcurl-dev for your system: http://curl.haxx.se/dlwiz/?type=devel + * For apt-get systems its simply: `apt-get install libcurl4-openssl-dev` + ### Supported Trackers * [BitMeTV](http://www.bitmetv.org/) -- GitLab