We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9ed36 commit 16834c1Copy full SHA for 16834c1
docs/CONTRIBUTING.md
@@ -83,8 +83,8 @@ we'll guide you.
83
84
1. `git clone https://github.com/coder/code-server.git` - Clone `code-server`
85
2. `git submodule update --init` - Clone `vscode` submodule
86
-3. `yarn` - Install dependencies
87
-4. `quilt patch -a` - Apply patches to the `vscode` submodule.
+3. `quilt push -a` - Apply patches to the `vscode` submodule.
+4. `yarn` - Install dependencies
88
5. `yarn watch` - Launch code-server localhost:8080. code-server will be live
89
reloaded when changes are made; the browser needs to be refreshed manually.
90
0 commit comments