mirror of
https://github.com/Radarr/Radarr
synced 2025-03-04 02:38:18 +00:00
Add support section to README (#281)
* Add support section to README * Update README.md * Change docker color badge
This commit is contained in:
parent
c2d40051d4
commit
af478d3799
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -18,12 +18,18 @@ This fork of Sonarr aims to turn it into something like CouchPotato.
|
|||
|
||||
[](https://ci.appveyor.com/project/galli-leo/radarr-usby1/build/artifacts)
|
||||
|
||||
[](https://store.docker.com/community/images/linuxserver/radarr)
|
||||
[](https://store.docker.com/community/images/lsioarmhf/radarr)
|
||||
[](https://store.docker.com/community/images/lsioarmhf/radarr-aarch64)
|
||||
[](https://store.docker.com/community/images/linuxserver/radarr)
|
||||
[](https://store.docker.com/community/images/lsioarmhf/radarr)
|
||||
[](https://store.docker.com/community/images/lsioarmhf/radarr-aarch64)
|
||||
|
||||
To connect to the UI, fire up your browser and open <http://localhost:7878> or <http://your-ip:7878>.
|
||||
|
||||
## Support
|
||||
|
||||
[](https://discord.gg/AD3UP37)
|
||||
[](https://www.reddit.com/r/radarr)
|
||||
[](https://github.com/Radarr/Radarr/issues)
|
||||
|
||||
## Features
|
||||
|
||||
### Currently Working
|
||||
|
@ -70,7 +76,8 @@ To connect to the UI, fire up your browser and open <http://localhost:7878> or <
|
|||
* Install the required Node Packages `npm install`
|
||||
* Start gulp to monitor your dev environment for any changes that need post processing using `npm start` command.
|
||||
|
||||
*Please note: gulp must be running at all times while you are working with Radarr client source files.*
|
||||
> **Notice**
|
||||
> Gulp must be running at all times while you are working with Radarr client source files.
|
||||
|
||||
### Development
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue