Update README.md and .gitignore
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
parent
916067632d
commit
91aba85778
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ venv
|
|||||||
*.json
|
*.json
|
||||||
*.swp
|
*.swp
|
||||||
sync_token
|
sync_token
|
||||||
|
data
|
||||||
|
@ -12,7 +12,7 @@ generates weekly playlists from them.
|
|||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
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`:
|
4. Source `.env`:
|
||||||
```shell
|
```shell
|
||||||
source .env
|
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
|
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. ```shell
|
||||||
podman-compose up -d
|
podman-compose up -d
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user