From a382a51b1445151efac9e192bea942154dd153ed Mon Sep 17 00:00:00 2001
From: Duco Veen <ducoveen@gmail.com>
Date: Thu, 2 Nov 2023 13:57:12 +0100
Subject: [PATCH] Add PowerShell development setup instruction (#1563)

---
 DEVELOPMENT.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index c314f0e41..324098172 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -95,6 +95,13 @@ set FLASK_DEBUG=1
 asreview lab
 ```
 
+Note, when working with PowerShell use
+
+```
+$env:FLASK_DEBUG = "1"
+asreview lab
+```
+
 **Important**: Ignore `localhost:5000`, because this is not relevant for the
   development version, which will run on `localhost:3000`.