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 ```