summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-04-26 18:18:31 +0200
committerNicolas Paul <n@nc0.fr>2023-04-26 18:18:31 +0200
commit173193c277077c1e039afa2c17cfd28d0724209f (patch)
tree117f70ec9a4330bd80373cc6a1512beb64164072
parentd4576eee3e76dc1663a0ee2461ef4cfb4f12d481 (diff)
Updte README
-rw-r--r--README.md5
1 files 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!