Update README.md
This commit is contained in:
parent
636c563c6d
commit
8e83a22155
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -9,13 +9,13 @@ Du behöver:
|
||||||
|
|
||||||
## Instruktioner
|
## Instruktioner
|
||||||
0. Skapa en fil "config_local.py" som innehåller:
|
0. Skapa en fil "config_local.py" som innehåller:
|
||||||
```
|
```
|
||||||
LASTFM_USERNAME = "username" # your Last.fm username
|
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_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_URL = "Your_Lidarr_instance"
|
||||||
LIDARR_API_KEY = "your_Lidarr_api_key"
|
LIDARR_API_KEY = "your_Lidarr_api_key"
|
||||||
```
|
```
|
||||||
1. Fyll i `config.py` med dina egna API-nycklar och inställningar.
|
1. Fyll i `config.py` med dina egna API-nycklar och inställningar.
|
||||||
2. Installera beroenden:
|
2. Installera beroenden:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue