You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/client/install.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,14 +206,18 @@ If they are no longer a member, try their Github.
206
206
1. Type `cd notifiarr`
207
207
1. On [Github](https://github.com/Notifiarr/notifiarr/releases) find the latest release asset labelled `notifiarr.amd64.linux.gz`,
208
208
right click on that and click copy link.
209
-
1. Back on your terminal type `wget '<paste link>'`
210
-
1. Type `gzip -d notifiarr.*`
211
-
1. Type `mv notifiarr.* notifiarr`
212
-
1. Type `chmod +x notifiarr`
213
-
1. In the notifiarr folder create notifiarr.conf from this: [Github page](https://github.com/Notifiarr/notifiarr/blob/main/examples/notifiarr.conf.example)
209
+
1. Download it; Back on your terminal type `wget '<paste link>'`
210
+
1. Decompress it; Type `gzip -d notifiarr.amd64.linux.gz`
211
+
1. Rename it; Type `mv notifiarr.amd64.linux notifiarr`
212
+
1. Make it executable; Type `chmod +x notifiarr`
213
+
1. Download config file; Type `wget -O notifiarr.conf https://raw.githubusercontent.com/Notifiarr/notifiarr/refs/heads/main/examples/notifiarr.conf.example`
214
+
1. Type `mkdir -p cd /home/$USER/.config/systemd/user`
214
215
1. Type `cd /home/$USER/.config/systemd/user`
215
216
1. Type `nano notifiarr.service`
216
-
1. Paste the below
217
+
1. Type `id` to see your username.
218
+
1. Copy and paste the following content.
219
+
1. Replace `YOUR-API-KEY-FROM-NOTIFIARR.COM` with your API key.
220
+
1. **Replace `$USER` with your username.**
217
221
218
222
```none
219
223
# Systemd service unit for notifiarr.
@@ -222,11 +226,12 @@ If they are no longer a member, try their Github.
222
226
Description=notifiarr - Official chat integration client for Notifiarr.com
0 commit comments