mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-01 21:21:19 +00:00
docs: Add quick start guide
This commit is contained in:
parent
b02c96ada8
commit
8b0c7205b7
12 changed files with 223 additions and 24 deletions
|
|
@ -17,7 +17,7 @@ This setup will create a [user service](https://wiki.archlinux.org/title/systemd
|
|||
|
||||
Create a new service file for multi-scrobbler under your HOME config:
|
||||
|
||||
```console
|
||||
```bash
|
||||
mkdir -p ~/.config/systemd/user
|
||||
touch ~/.config/systemd/user/multi-scrobbler.service
|
||||
```
|
||||
|
|
@ -56,7 +56,7 @@ Restart=no
|
|||
|
||||
Save the file then run:
|
||||
|
||||
```console
|
||||
```bash
|
||||
systemctl daemon-reload
|
||||
systemctl --user enable multi-scrobbler.service
|
||||
systemctl --user start multi-scrobbler.service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue