mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Update README.md
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user