Add CLI flags
This commit is contained in:
12
README.md
12
README.md
@@ -5,5 +5,15 @@ Download images from reddit.
|
||||
```bash
|
||||
go mod tidy
|
||||
|
||||
go run main.go
|
||||
go run main.go pics oldschoolcool thewaywewere MilitaryPorn EarthPorn
|
||||
```
|
||||
|
||||
```bash
|
||||
docker run --restart unless-stopped \
|
||||
-v ${PWD}/subreddits:/data/subreddits \
|
||||
ghcr.io/cwpearson/reimager --every 1800 --out-dir /data/subreddits \
|
||||
pics \
|
||||
EarthPorn \
|
||||
oldschoolcool \
|
||||
thewaywewere
|
||||
```
|
Reference in New Issue
Block a user