Mention WSL2 filesystem

From #1440
This commit is contained in:
Vincent Prouillet 2021-05-05 19:35:57 +02:00
parent 80843cdeff
commit 84fb2f30f3

View file

@ -91,12 +91,11 @@ $ zola serve --open
```
The serve command will watch all your content and provide live reload without
a hard refresh if possible.
a hard refresh if possible. If you are using WSL2 on Windows, make sure to store the website on the WSL file system.
Some changes cannot be handled automatically and thus live reload may not always work. If you
fail to see your change or get an error, try restarting `zola serve`.
You can also point to a config file other than `config.toml` like so (note that the position of the `config` option is important):
```bash