From 608cefa8cd694d1a1accc29f9d3d21750a35388c Mon Sep 17 00:00:00 2001 From: Rechigo <36819562+oonqt@users.noreply.github.com> Date: Wed, 20 May 2020 15:26:23 -0700 Subject: [PATCH] Update CONTRIBUTING.md It is not mentioned that the "release" script requires "jq" to be installed on the system to build code-server releases --- doc/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 51609f94..e8f75970 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -10,6 +10,7 @@ Differences: - 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 [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. ## Development Workflow