From 84fb2f30f32815b112b71a937ce277cfd7d36e1e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 5 May 2021 19:35:57 +0200 Subject: [PATCH] Mention WSL2 filesystem From #1440 --- docs/content/documentation/getting-started/cli-usage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/documentation/getting-started/cli-usage.md b/docs/content/documentation/getting-started/cli-usage.md index 1cc25ddc..b7b9d3d1 100644 --- a/docs/content/documentation/getting-started/cli-usage.md +++ b/docs/content/documentation/getting-started/cli-usage.md @@ -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