From 78c8f9cd59f379952869057f4fd8b673bf0ebfb6 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 25 Mar 2019 23:17:36 +0100 Subject: [PATCH] Add note about Powershell ISE Closes #530 --- docs/content/documentation/getting-started/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index 353cae7..4dd5f6d 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -44,6 +44,8 @@ And [Chocolatey](https://chocolatey.org/): $ choco install zola ``` +Zola does not work in PowerShell ISE. + ## From source To build it from source, you will need to have Git, [Rust (at least 1.31) and Cargo](https://www.rust-lang.org/) installed. You will also need additional dependencies to compile [libsass](https://github.com/sass/libsass):