Update README

This commit is contained in:
2024-03-08 20:27:03 +08:00
parent 4a39c3afb6
commit ccb19875ca

View File

@@ -19,7 +19,7 @@ sudo python main.py --type=epub -r
# Export all supported type # Export all supported type
sudo python main.py --type=epub,txt -r sudo python main.py --type=epub,txt -r
# Export single chapter with chapter id # Export single chapter with chapter id
sudo python main.py ec -C <chapterid> sudo python main.py -r ec -C <chapterid>
# Export book with book id # Export book with book id
sudo python main.py eb -B <bookid> sudo python main.py -r eb -B <bookid>
``` ```