Update README.md

This commit is contained in:
Johan Hjorth 2025-06-23 15:26:35 +02:00
parent 636c563c6d
commit 8e83a22155

View file

@ -9,13 +9,13 @@ Du behöver:
## Instruktioner
0. Skapa en fil "config_local.py" som innehåller:
```
LASTFM_USERNAME = "username" # your Last.fm username
LASTFM_API_KEY = "lastfm_api_key" #you can get your own API key from https://www.last.fm/api/account/create
```
LASTFM_USERNAME = "username" # your Last.fm username
LASTFM_API_KEY = "lastfm_api_key" #you can get your own API key from https://www.last.fm/api/account/create
LIDARR_URL = "Your_Lidarr_instance"
LIDARR_API_KEY = "your_Lidarr_api_key"
```
LIDARR_URL = "Your_Lidarr_instance"
LIDARR_API_KEY = "your_Lidarr_api_key"
```
1. Fyll i `config.py` med dina egna API-nycklar och inställningar.
2. Installera beroenden:
```