Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kinekt4 authored Apr 4, 2022
1 parent 1b21110 commit 02db2d1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ It is based on a project by Alberto Donato for the [Sonarr](https://sonarr.tv) S
https://github.com/albertodonato/sonarr-snap

## Installation

### Snap Store

**Note**: This snap has not been published to the [Snapcraft Snap Store](https://snapcraft.io/store) yet.

Therefore, the following will not work yet.
Expand All @@ -15,6 +18,20 @@ Therefore, the following will not work yet.
sudo snap install radarr
```

### Build

The snap can be built by simply running:

```bash
snapcraft --debug
```

Once built, install the snap with:

```bash
sudo snap install --dangerous radarr_*.snap
```

## Web GUI

The web interface is available at http:/localhost:7878 after installation.
Expand Down

0 comments on commit 02db2d1

Please sign in to comment.