Update README.md

This commit is contained in:
Raine-gay 2024-01-26 22:41:43 +00:00 committed by GitHub
parent 88c78423c4
commit f6f268330c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,10 @@
``cd`` to the folder containing the binaries, ``cd`` to the folder containing the binaries,
Run it using ``royal_road_archiver`` Run it using ``royal_road_archiver``
* Cargo - Run ``cargo install royal_road_archiver``,
Then just run ``royal_road_archiver`` from the terminal.
**DOES NOT WORK ON WINDOWS**
### Example commands: ### Example commands:
* ``royal_road_archiver https://www.royalroad.com/fiction/59450/bioshifter epub`` --- Will create an Epub version of the novel bioshifter in the current directory. * ``royal_road_archiver https://www.royalroad.com/fiction/59450/bioshifter epub`` --- Will create an Epub version of the novel bioshifter in the current directory.
* ``royal_road_archiver https://www.royalroad.com/fiction/59450/bioshifter markdown --no-image-tags`` --- Will create a markdown version of the novel bioshifter in the current directory, removing image tags from the markdown file. * ``royal_road_archiver https://www.royalroad.com/fiction/59450/bioshifter markdown --no-image-tags`` --- Will create a markdown version of the novel bioshifter in the current directory, removing image tags from the markdown file.