mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Update reame
This commit is contained in:
16
README.md
16
README.md
@@ -14,7 +14,7 @@ We were previously focused on TV but are working on extending searches to allow
|
|||||||
|
|
||||||
#### Supported Systems
|
#### Supported Systems
|
||||||
* Windows using .NET 4.5
|
* Windows using .NET 4.5
|
||||||
* Linux and OSX using Mono 4
|
* Linux and OSX using Mono 4 (v3 should work but you may experience crashes).
|
||||||
|
|
||||||
|
|
||||||
#### Supported Trackers
|
#### Supported Trackers
|
||||||
@@ -56,21 +56,19 @@ We were previously focused on TV but are working on extending searches to allow
|
|||||||
2. Install libcurl:
|
2. Install libcurl:
|
||||||
* Debian/Ubunutu: apt-get install libcurl-dev
|
* Debian/Ubunutu: apt-get install libcurl-dev
|
||||||
* Redhat/Fedora: yum install libcurl-devel
|
* Redhat/Fedora: yum install libcurl-devel
|
||||||
* Or see the [Curl docs](http://curl.haxx.se/dlwiz/?type=devel).
|
* For other distros see the [Curl docs](http://curl.haxx.se/dlwiz/?type=devel).
|
||||||
|
3. Download and extract the latest ```.tar.bz2``` release from the [website](http://jackett.net/Download) and run Jackett using mono with the command "mono JackettConsole.exe".
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Installation on Windows
|
#### Installation on Windows
|
||||||
|
|
||||||
|
Grab the latest release from the [web site](http://jackett.net/Download).
|
||||||
|
|
||||||
We recommend you install Jackett as a Windows service using the supplied installer. When installed as a service the tray icon acts as a way to open/start/stop Jackett. If you opted to not install it as a service then Jackett will run its web server from the tray tool.
|
We recommend you install Jackett as a Windows service using the supplied installer. When installed as a service the tray icon acts as a way to open/start/stop Jackett. If you opted to not install it as a service then Jackett will run its web server from the tray tool.
|
||||||
|
|
||||||
Jackett can also be run from the command line using JackettConsole.exe if you would like to see log messages (Ensure the server isn't already running from the tray/service).
|
Jackett can also be run from the command line using JackettConsole.exe if you would like to see log messages (Ensure the server isn't already running from the tray/service).
|
||||||
|
|
||||||
#### Installation on Linux/OSX
|
|
||||||
|
|
||||||
Run Jackett using mono with the command "mono JackettConsole.exe".
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Troubleshooting
|
#### Troubleshooting
|
||||||
|
|
||||||
@@ -88,11 +86,11 @@ You can get additional logging with the switches "-t -l". Please post logs if y
|
|||||||
|
|
||||||
|
|
||||||
### Additional Trackers
|
### Additional Trackers
|
||||||
Jackett's framework allows our team (and any other volunteering dev) to implement new trackers in an hour or two. If you'd like support for a new tracker then feel free to leave a request on the [issues page](https://github.com/zone117x/Jackett/issues) or contact us on IRC (see below).
|
Jackett's framework allows our team (and any other volunteering dev) to implement new trackers in an hour or two. If you'd like support for a new tracker then feel free to leave a request on the [issues page](https://github.com/zone117x/Jackett/issues) or contact us on IRC (see below). Pull requests must be made to the develop branch.
|
||||||
|
|
||||||
### Contact & Support
|
### Contact & Support
|
||||||
Use the github issues pages or talk to us directly at: [irc.freenode.net#jackett](http://webchat.freenode.net/?channels=#jackett).
|
Use the github issues pages or talk to us directly at: [irc.freenode.net#jackett](http://webchat.freenode.net/?channels=#jackett).
|
||||||
|
|
||||||
### Screenshots
|
### Screenshots
|
||||||
|
|
||||||

|

|
Reference in New Issue
Block a user