Update README.md and .gitignore

Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
Abdulkadir Furkan Şanlı 2024-01-21 10:47:20 +01:00
parent 916067632d
commit 91aba85778
Signed by: afk
SSH Key Fingerprint: SHA256:s1hULLl4YWdqU501MUfGe1CAG/m1pf9Cs6vFsqeTNHk
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ venv
*.json
*.swp
sync_token
data

View File

@ -12,7 +12,7 @@ generates weekly playlists from them.
source ./venv/bin/activate
pip3 install -r requirements.txt
```
3. Copy `[example.env](example.env)` to `.env`, customize it.
3. Copy [example.env](example.env) to `.env`, customize it.
4. Source `.env`:
```shell
source .env
@ -26,7 +26,7 @@ generates weekly playlists from them.
1. Customize the compose.yml if necessary, you might want to change the data
volume's path or make it a named volume.
3. Copy `[example.env](example.env)` to `.env` and customize it.
3. Copy [example.env](example.env) to `.env` and customize it.
2. ```shell
podman-compose up -d
```