From 173193c277077c1e039afa2c17cfd28d0724209f Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Wed, 26 Apr 2023 18:18:31 +0200 Subject: Updte README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6021ead..9c1e47d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The `bar.png` file is a static file. To generate the HTML files, run the following command: ```bash -$ crocc -out=dst -url="http://example.com" -sitemap src +$ crocc -out=dst -url="http://example.com" src ``` The `dst` directory will contain the following files: @@ -36,8 +36,7 @@ dst/ ├── index.html ├── about.html ├── bar.png -├── contact.html -└── sitemap.xml +└── contact.html ``` You can now upload the `dst` directory to your web server and you're done! -- cgit v1.2.3