mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Update CONTRIBUTING.md
It is not mentioned that the "release" script requires "jq" to be installed on the system to build code-server releases
This commit is contained in:
parent
521ac7d91f
commit
608cefa8cd
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ Differences:
|
||||||
|
|
||||||
- We require a minimum of node v12 but later versions should work.
|
- We require a minimum of node v12 but later versions should work.
|
||||||
- We use [fnpm](https://github.com/goreleaser/nfpm) to build `.deb` and `.rpm` packages.
|
- We use [fnpm](https://github.com/goreleaser/nfpm) to build `.deb` and `.rpm` packages.
|
||||||
|
- We use [jq](https://stedolan.github.io/jq/) to bundle code-server releases
|
||||||
- The [CI container](../ci/container/Dockerfile) is a useful reference for all our dependencies.
|
- The [CI container](../ci/container/Dockerfile) is a useful reference for all our dependencies.
|
||||||
|
|
||||||
## Development Workflow
|
## Development Workflow
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue