diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index edaaf767..e77b0e9e 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -35,8 +35,9 @@ There are several differences, however. You must: - Use Node.js version 12.x (or greater) - Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS packages and run development scripts) - Have [nfpm](https://github.com/goreleaser/nfpm) (which is used to build `.deb` and `.rpm` packages and [jq](https://stedolan.github.io/jq/) (used to build code-server releases) installed +- Have [shfmt](https://pkg.go.dev/mvdan.cc/sh/v3) installed to run `yarn fmt` (requires Go is installed on your system) -The [CI container](../ci/images/debian8/Dockerfile) is a useful reference for all +The [CI container](../ci/images/debian10/Dockerfile) is a useful reference for all of the dependencies code-server uses. ## Development Workflow