From 91aba85778a68bef8c0610b8f96070769eb5986c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Sun, 21 Jan 2024 10:47:20 +0100 Subject: [PATCH] Update README.md and .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdulkadir Furkan Şanlı --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f14b444..1800b00 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ venv *.json *.swp sync_token +data diff --git a/README.md b/README.md index f864d83..e5034f0 100644 --- a/README.md +++ b/README.md @@ -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 ```