Skip to content

Commit afd40a5

Browse files
Merge pull request #149 from dcqe/patch-1
fix windows command
2 parents 791f6b1 + 0ee85b0 commit afd40a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you ran `npm run watch`, the build is done when you see something like this:
9797

9898
<!-- 3. Press <kbd>Ctrl+Shift+B</kbd> to start the build process. -->
9999

100-
1. In a new terminal, run `./scripts/code.sh` (Mac/Linux) or `/.scripts/code.bat` (Windows). This should open up the built IDE!
100+
1. In a new terminal, run `./scripts/code.sh` (Mac/Linux) or `./scripts/code.bat` (Windows). This should open up the built IDE!
101101
You can always press <kbd>Ctrl+Shift+P</kbd> and run "Reload Window" inside the new window to see changes without re-building.
102102

103103
Now that you're set up, feel free to check out our [Issues](https://github.com/voideditor/void/issues) page!

0 commit comments

Comments
 (0)