Update README.md

Der Befehl "set Site " hat doch nicht
Also wieder zurück geändert.
This commit is contained in:
Tobias Benra 2023-04-25 18:57:30 +02:00
parent 83a6ad75bf
commit fb39db1749

View file

@ -36,11 +36,11 @@ npm install
npm run build:styles
SITE=angestoepselt npm run dev:site
```
If you are using Windows (either CMD or PowerShell), you need to use the following commands instead:
If you are using Windows, you need to use the following commands in PowerShell instead:
```shell
npm install
npm run build:styles
set SITE="angestoepselt"
$Env:SITE='angestoepselt'
npm run dev:site
```