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 ```