Skip to content

Commit faae03d

Browse files
committed
Add prerequisites for building
1 parent a6e4f96 commit faae03d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ arguments when launching code-server with Docker. See
5858

5959
### Build
6060

61+
See
62+
[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites)
63+
before building.
64+
6165
```shell
6266
export OUT=/path/to/output/build # Optional if only building. Required if also developing.
6367
yarn build ${vscodeVersion} ${codeServerVersion} # See travis.yml for the VS Code version to use.
@@ -102,6 +106,10 @@ data collected to improve code-server.
102106

103107
### Development
104108

109+
See
110+
[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites)
111+
before developing.
112+
105113
```shell
106114
git clone https://github.com/microsoft/vscode
107115
cd vscode

0 commit comments

Comments
 (0)