Skip to content

Commit 31335cf

Browse files
author
Simon Hofmann
committed
(#4) Remove explicit Windows build instructions since run-os-script takes care of it
1 parent 28437c3 commit 31335cf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Diff for: README.md

-14
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,9 @@ npm install
2222
npm run build:release
2323
```
2424

25-
Installation and build on Windows
26-
27-
```
28-
npm install
29-
npm run build:release:win
30-
```
31-
3225
### Debug build
3326

3427
```
3528
npm install
3629
npm run build:debug
3730
```
38-
39-
Installation and build on Windows
40-
41-
```
42-
npm install
43-
npm run build:debug:win
44-
```

0 commit comments

Comments
 (0)