* Update versions
* Update changelog
This commit is contained in:
Asher
2021-05-17 14:59:41 -05:00
committed by GitHub
parent b3bd6c3703
commit e983ba9a4b
10 changed files with 25 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ There are several differences, however. Here is what is needed:
- [`jq`](https://stedolan.github.io/jq/)
- used to build code-server releases
- [`gnupg`](https://gnupg.org/index.html)
- all commits must be signed an verified
- all commits must be signed and verified
- see GitHub's ["Managing commit signature verification"](https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification) or follow [this tutorial](https://joeprevite.com/verify-commits-on-github)
- `build-essential` (Linux)
- `apt-get install -y build-essential` - used by VS Code