diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-26 18:18:31 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-26 18:18:31 +0200 |
| commit | 173193c277077c1e039afa2c17cfd28d0724209f (patch) | |
| tree | 117f70ec9a4330bd80373cc6a1512beb64164072 | |
| parent | d4576eee3e76dc1663a0ee2461ef4cfb4f12d481 (diff) | |
Updte README
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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! |
