Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Oct 13, 2024
1 parent e185d58 commit 18774b8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
- [ffmpeg](https://www.ffmpeg.org/)
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)

### Docker

- See [example](./example/)
- Download [docker-compose.yaml](./example/docker-compose.yaml) & [config.yaml](./example/config.yaml)
- Save cookies as file with Netscape format (OPTIONAL)
- Try [Open Cookies.txt](https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif) on Chrome
- Run

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

## Installation

```
Expand All @@ -22,18 +34,6 @@ 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 18774b8

Please sign in to comment.