Skip to content

Commit 16834c1

Browse files
committed
Fix incorrect contributing steps
Patching is required first because we remove the .yarnrc which affects the yarn install and `patch` should be `push`.
1 parent 1f9ed36 commit 16834c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ we'll guide you.
8383

8484
1. `git clone https://github.com/coder/code-server.git` - Clone `code-server`
8585
2. `git submodule update --init` - Clone `vscode` submodule
86-
3. `yarn` - Install dependencies
87-
4. `quilt patch -a` - Apply patches to the `vscode` submodule.
86+
3. `quilt push -a` - Apply patches to the `vscode` submodule.
87+
4. `yarn` - Install dependencies
8888
5. `yarn watch` - Launch code-server localhost:8080. code-server will be live
8989
reloaded when changes are made; the browser needs to be refreshed manually.
9090

0 commit comments

Comments
 (0)