From c3d7a9023f43be0f589fcf593bbd3025bc1da6e5 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Fri, 6 Oct 2023 13:48:44 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b0854..d97d6cf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ A pixiv downloader written in Rust. * Write exif metatata to picture. * Merge ugoira(GIF) pictures to video files. ### TODO -See [issues](https://github.com/lifegpc/pixiv_downloader/issues) or [projects](https://github.com/lifegpc/pixiv_downloader/projects) +See [issues](https://github.com/lifegpc/pixiv_downloader/issues) or [projects](https://github.com/lifegpc/pixiv_downloader/projects). +## Setup +### Docker +```shell +mkdir -p pixiv_downloader && cd pixiv_downloader +curl -L https://github.com/lifegpc/pixiv_downloader/raw/master/docker-compose.yml -o docker-compose.yml +docker-compose up -d +``` ## Rust features flags ### all Enable all unconflicted features, this will enable [`db_all`](#db_all), [`exif`](#exif) and [`ugoira`](#ugoira).