mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 11:43:07 +01:00
Readme updates
This commit is contained in:
parent
579c443349
commit
b181f8ae9f
61
README.md
61
README.md
@ -4,17 +4,23 @@ Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS fee
|
|||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
- [Download](https://sonarr.tv/#download) (Linux, MacOS, Windows, Docker, etc.)
|
- [Download/Installation](https://sonarr.tv/#downloads-v3)
|
||||||
- [Installation](https://github.com/Sonarr/Sonarr/wiki/Installation)
|
- [FAQ](https://wiki.servarr.com/Sonarr_FAQ)
|
||||||
- [FAQ](https://github.com/Sonarr/Sonarr/wiki/FAQ)
|
- [Wiki](https://wiki.servarr.com/Sonarr)
|
||||||
- [Wiki](https://github.com/Sonarr/Sonarr/wiki)
|
- [(WIP) API Documentation](https://github.com/Sonarr/Sonarr/wiki/API)
|
||||||
- [API Documentation](https://github.com/Sonarr/Sonarr/wiki/API)
|
- [Donate](https://sonarr.tv/donate)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
Note: GitHub Issues are for Bugs and Feature Requests Only
|
||||||
|
|
||||||
- [Donate](https://sonarr.tv/donate)
|
- [Forums](https://forums.sonarr.tv/)
|
||||||
- [Discord](https://discord.gg/M6BvZn5)
|
- [Discord](https://discord.gg/M6BvZn5)
|
||||||
|
- [GitHub - Bugs and Feature Requests Only](https://github.com/Sonarr/Sonarr/issues)
|
||||||
|
- [IRC ](http://webchat.freenode.net/?channels=#sonarr)
|
||||||
- [Reddit](https://www.reddit.com/r/sonarr)
|
- [Reddit](https://www.reddit.com/r/sonarr)
|
||||||
|
- [Wiki](https://wiki.servarr.com/Sonarr)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -32,43 +38,16 @@ Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS fee
|
|||||||
- Full support for specials and multi-episode releases
|
- Full support for specials and multi-episode releases
|
||||||
- And a beautiful UI
|
- And a beautiful UI
|
||||||
|
|
||||||
## Configuring Development Environment:
|
## Contributing
|
||||||
|
|
||||||
### Requirements
|
### Development
|
||||||
|
This project exists thanks to all the people who contribute. [Contribute](CONTRIBUTING.md).
|
||||||
- [Visual Studio 2017](https://www.visualstudio.com/vs)
|
<a href="https://github.com/Sonarr/Sonarr/graphs/contributors"><img src="https://opencollective.com/Sonarr/contributors.svg?width=890&button=false" /></a>
|
||||||
- [Git](https://git-scm.com/downloads)
|
|
||||||
- [NodeJS](https://nodejs.org/en/download)
|
|
||||||
- [Yarn](https://yarnpkg.com)
|
|
||||||
|
|
||||||
### Setup
|
|
||||||
|
|
||||||
- Make sure all the required software mentioned above are installed
|
|
||||||
- Clone the repository recursively to get Sonarr and it's submodules
|
|
||||||
- You can do this by running `git clone --recursive https://github.com/Sonarr/Sonarr.git`
|
|
||||||
- Install the required Node Packages using `yarn`
|
|
||||||
|
|
||||||
### Backend Development
|
|
||||||
|
|
||||||
- Run `yarn build` to build the UI
|
|
||||||
- Open `Sonarr.sln` in Visual Studio
|
|
||||||
- Make sure `Sonarr.Console` is set as the startup project
|
|
||||||
- Build `Sonarr.Windows` and `Sonarr.Mono` projects
|
|
||||||
- Build Solution
|
|
||||||
|
|
||||||
### UI Development
|
|
||||||
|
|
||||||
- Run `yarn watch` to build UI and rebuild automatically when changes are detected
|
|
||||||
- Run Sonarr.Console.exe (or debug in Visual Studio)
|
|
||||||
|
|
||||||
### Licenses
|
|
||||||
|
|
||||||
- [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
|
|
||||||
- Copyright 2010-2020
|
|
||||||
|
|
||||||
### Supporters
|
### Supporters
|
||||||
|
|
||||||
This project would not be possible without the support of our users and software providers. [**Become a sponsor or backer**](https://opencollective.com/sonarr) to help us out!
|
This project would not be possible without the support of our users and software providers.
|
||||||
|
[**Become a sponsor or backer**](https://opencollective.com/sonarr) to help us out!
|
||||||
|
|
||||||
#### Sponsors
|
#### Sponsors
|
||||||
|
|
||||||
@ -90,3 +69,7 @@ Thank you to [<img src="/Logo/Jetbrains/jetbrains.svg" alt="JetBrains" width="32
|
|||||||
* [<img src="/Logo/Jetbrains/resharper.svg" alt="ReSharper" width="32"> ReSharper](http://www.jetbrains.com/resharper/)
|
* [<img src="/Logo/Jetbrains/resharper.svg" alt="ReSharper" width="32"> ReSharper](http://www.jetbrains.com/resharper/)
|
||||||
* [<img src="/Logo/Jetbrains/dottrace.svg" alt="dotTrace" width="32"> dotTrace](http://www.jetbrains.com/dottrace/)
|
* [<img src="/Logo/Jetbrains/dottrace.svg" alt="dotTrace" width="32"> dotTrace](http://www.jetbrains.com/dottrace/)
|
||||||
|
|
||||||
|
### Licenses
|
||||||
|
|
||||||
|
- [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
|
||||||
|
- Copyright 2010-2021
|
||||||
|
Loading…
Reference in New Issue
Block a user