Change Documentation for Windows

This commit is contained in:
Tobias Benra 2023-04-19 19:56:43 +02:00
parent a972e8ee78
commit 83a6ad75bf

View file

@ -36,11 +36,11 @@ npm install
npm run build:styles npm run build:styles
SITE=angestoepselt npm run dev:site 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 ```shell
npm install npm install
npm run build:styles npm run build:styles
$env:SITE="angestoepselt" set SITE="angestoepselt"
npm run dev:site npm run dev:site
``` ```