mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Change Documentation for Windows
This commit is contained in:
parent
a972e8ee78
commit
83a6ad75bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue