mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Fix documentation for build process
This commit is contained in:
parent
004004c047
commit
664ef17af8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue