Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Aug 2, 2024
1 parent 032b9e3 commit e36fbd9
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,20 @@ sudo systemctl restart notifiarr

#### Arch Linux

Download the `zst` pacman package file for your architecture on the [Releases](https://github.com/Notifiarr/notifiarr/releases/latest) page.
Install it: `pacman -U *.zst`
- Download a `zst` package from the
[Releases](https://github.com/Notifiarr/notifiarr/releases/latest) page.
- Install it: `pacman -U *.zst`
- Edit config: `nano /etc/notifiarr/notifiarr.conf`
- Restart it: `systemctl start notifiarr`

Example of the above in shell form:

```shell
curl https://raw.githubusercontent.com/Notifiarr/notifiarr/main/userscripts/install.sh | sudo bash

nano /etc/notifiarr/notifiarr.conf
systemctl start notifiarr
```

### FreeBSD

Expand Down

0 comments on commit e36fbd9

Please sign in to comment.