Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Oct 12, 2024
1 parent f0d65e7 commit 26304e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ npm run build

## Usage

### Docker

- See [example](./example/)
- Download [docker-compose.yaml](./example/docker-compose.yaml) and [config.yaml](./example/config.yaml)
- Run

```sh
docker compose up -d
```

### Local

1. Make sure you can run `yt-dlp` & `ffmpeg` from current working directory

```
Expand Down

0 comments on commit 26304e1

Please sign in to comment.