Add prerequisites for building
This commit is contained in:
parent
a6e4f96737
commit
faae03da6b
@ -58,6 +58,10 @@ arguments when launching code-server with Docker. See
|
|||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
|
See
|
||||||
|
[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites)
|
||||||
|
before building.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export OUT=/path/to/output/build # Optional if only building. Required if also developing.
|
export OUT=/path/to/output/build # Optional if only building. Required if also developing.
|
||||||
yarn build ${vscodeVersion} ${codeServerVersion} # See travis.yml for the VS Code version to use.
|
yarn build ${vscodeVersion} ${codeServerVersion} # See travis.yml for the VS Code version to use.
|
||||||
@ -102,6 +106,10 @@ data collected to improve code-server.
|
|||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
|
See
|
||||||
|
[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites)
|
||||||
|
before developing.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/microsoft/vscode
|
git clone https://github.com/microsoft/vscode
|
||||||
cd vscode
|
cd vscode
|
||||||
|
Loading…
Reference in New Issue
Block a user