Update README.md

Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
Abdulkadir Furkan Şanlı 2024-01-21 10:48:27 +01:00
parent 91aba85778
commit a181660836
Signed by: afk
SSH Key Fingerprint: SHA256:s1hULLl4YWdqU501MUfGe1CAG/m1pf9Cs6vFsqeTNHk

View File

@ -27,6 +27,7 @@ generates weekly playlists from them.
1. Customize the compose.yml if necessary, you might want to change the data 1. Customize the compose.yml if necessary, you might want to change the data
volume's path or make it a named volume. 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 2. Run the container, this is an example with `podman-compose`:
```shell
podman-compose up -d podman-compose up -d
``` ```