Update versions to 3.10.1

This commit is contained in:
Asher
2021-05-17 13:50:56 -05:00
parent b3bd6c3703
commit 6bbf7e9e7a
9 changed files with 19 additions and 18 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