From 36b8731cfe769636a5a55d63f451442d53708dd0 Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 19 Jul 2019 18:45:13 -0500 Subject: [PATCH] Add some missing development steps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4956b07..621d84c8 100644 --- a/README.md +++ b/README.md @@ -99,12 +99,14 @@ We use the data collected to improve code-server. ```fish git clone https://github.com/microsoft/vscode cd vscode +git checkout 1.36.0 git clone https://github.com/cdr/code-server src/vs/server cd src/vs/server yarn patch:apply yarn yarn watch # Wait for the initial compilation to complete (it will say "Finished compilation"). +# Run the next command in another shell. yarn start --allow-http --no-auth # Visit http://localhost:8443 ```