Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neothematrix authored Feb 16, 2017
1 parent 314c0a2 commit 01bd5c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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

####SETUP INSTRUCTIONS

```
# 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
Expand All @@ -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
Expand Down

0 comments on commit 01bd5c8

Please sign in to comment.