Update README.md

This commit is contained in:
2023-10-06 13:48:44 +08:00
committed by GitHub
parent aa7cdf46e0
commit c3d7a9023f

View File

@@ -4,7 +4,14 @@ A pixiv downloader written in Rust.
* Write exif metatata to picture. * Write exif metatata to picture.
* Merge ugoira(GIF) pictures to video files. * Merge ugoira(GIF) pictures to video files.
### TODO ### 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 ## Rust features flags
### all ### all
Enable all unconflicted features, this will enable [`db_all`](#db_all), [`exif`](#exif) and [`ugoira`](#ugoira). Enable all unconflicted features, this will enable [`db_all`](#db_all), [`exif`](#exif) and [`ugoira`](#ugoira).