From 01bd5c8fbfea05c07a5d590fc8594ff1d2fd9b6d Mon Sep 17 00:00:00 2001 From: Gabriele Date: Thu, 16 Feb 2017 15:00:11 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47bc422..6e42b1b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A CouchPotatoServer (v2) module to add ilCorsaronero.info as a torrent provider ####SETUP INSTRUCTIONS (TLDR) -Download the master branch *https://github.com/bateman/corsaronero-cp-provider/archive/master.zip* and copy the init.py and main.py file +Download the latest release zip file *https://github.com/bateman/corsaronero-cp-provider/releases/latest* and copy the init.py and main.py file inside "corsaronero" folder into your CouchPotato custom plugin folder (it's under CouchPotato data dir folder). If you don't know where your CouchPotato data dir folder is, open CouchPotato web interface, then go to: Settings -> About -> Directories @@ -13,7 +13,7 @@ If you don't know where your CouchPotato data dir folder is, open CouchPotato we ``` # Download the ilCorsaroNero.info search provider (Italian torrents only, see http://ilcorsaronero.info) -https://github.com/bateman/corsaronero-cp-provider/archive/master.zip +https://github.com/bateman/corsaronero-cp-provider/releases/latest # Shut down CouchPotatoServer, either by opening it up in a browser # and going to "Settings" -> "Shutdown", or by terminating the process @@ -22,8 +22,8 @@ https://github.com/bateman/corsaronero-cp-provider/archive/master.zip cd ~/CouchPotatoServer # or wherever you have it stored cd ./custom_plugins -# Extract the downloaded master.zip into a folder named corsaronero -unzip master.zip -d corsaronero # note, your master.zip might be located somewhere else +# Extract the downloaded zip file into a folder named corsaronero +unzip corsaronero-cp-provider-1.0.zip -d corsaronero # note, your zip file might be located somewhere else # Startup CouchPotatoServer cd ~/CouchPotatoServer # or wherever you have it stored