From 5df4590540a9a9865c2269e36f909b8d2d99be67 Mon Sep 17 00:00:00 2001 From: Jerred Shepherd Date: Thu, 2 Mar 2017 01:25:47 -0600 Subject: [PATCH] Show correct libcurl package (#1129) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0a65478..661a21e13 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Jackett can also be run from the command line if you would like to see log messa * Follow the instructions on the mono website and install the `mono-devel` and the `ca-certificates-mono` packages. * On Red Hat/CentOS/openSUSE/Fedora the `mono-locale-extras` package is also required. 2. Install libcurl: - * Debian/Ubunutu: `apt-get install libcurl-dev` + * Debian/Ubunutu: `apt-get install libcurl4-openssl-dev` * Redhat/Fedora: `yum install libcurl-devel` * For other distros see the [Curl docs](http://curl.haxx.se/dlwiz/?type=devel). 3. Download and extract the latest `Jackett.Binaries.Mono.tar.gz` release from the [releases page](https://github.com/Jackett/Jackett/releases) and run Jackett using mono with the command `mono --debug JackettConsole.exe`.