From 83a6ad75bfcc438ae60357d3e6d220ad3851ea8a Mon Sep 17 00:00:00 2001 From: Tobias Benra Date: Wed, 19 Apr 2023 19:56:43 +0200 Subject: [PATCH] Change Documentation for Windows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9980549..9e660a0 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ npm install npm run build:styles SITE=angestoepselt npm run dev:site ``` -If you are using Windows, you need to use the following command instead: +If you are using Windows (either CMD or PowerShell), you need to use the following commands instead: ```shell npm install npm run build:styles -$env:SITE="angestoepselt" +set SITE="angestoepselt" npm run dev:site ```