diff --git a/README.md b/README.md index 59b025b..c8850ea 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a python script for two tasks: Here is an example, of using the both parts of the script, with the list https://bookwyrm.social/list/2634/s/calvin-and-hobbes -``` +```bash # download the bookwyrm list at https://bookwyrm.social/list/2634/s/calvin-and-hobbes and save the contents into a yaml as well as all the cover images into a folder at calvin-and-hobbes python3 main.py bookwyrm-download --list-url="https://bookwyrm.social/list/2634/s/calvin-and-hobbes" --output-dir="calvin-and-hobbes" # from the yaml and directory of images downloaded in the previous step, generate a static html page using the template in templates/bookshelf.html