From a18166083663fc16888fcf651c6463b339b219ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Sun, 21 Jan 2024 10:48:27 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdulkadir Furkan Şanlı --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5034f0..ae24470 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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. -2. ```shell +2. Run the container, this is an example with `podman-compose`: + ```shell podman-compose up -d ```