1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-27 04:35:25 +00:00

Fix documentation for build process

This commit is contained in:
Maksim Ryzhikov 2020-03-23 12:26:54 +03:00
parent 004004c047
commit 664ef17af8

View File

@ -26,5 +26,5 @@ works internally.
yarn
yarn vscode
yarn build
node ./build/out/entry.js # Run the built JavaScript with Node.
node ./build/out/node/entry.js # Run the built JavaScript with Node.
```