Mention that serve deletes the public dir as well

This commit is contained in:
Vincent Prouillet 2019-01-07 19:24:08 +01:00
parent 3d9c27e095
commit cae9223ebd

View file

@ -58,6 +58,8 @@ if you are running zola in a Docker container.
In the event you don't want zola to run a local webserver, you can use the `--watch-only` flag.
Before starting, it will delete the public directory to ensure it starts from a clean slate.
```bash
$ zola serve
$ zola serve --port 2000