diff --git a/README.md b/README.md index dece97a2d3229ffd08f92bdd5981b230d4b2b42a..c460cda7067e0cf83c7d28754ef593a7d55d7ec4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home ![Screenshot](/doc/assets/ide.gif) ## Getting Started + +### Requirements + +- Minimum GLIBC version of 2.17 and a minimum version of GLIBCXX of 3.4.15. + - This is the main requirement for building Visual Studio Code. We cannot go lower than this. +- A 64-bit host with at least 1GB RAM and 2 cores. + - 1 core hosts would work but not optimally. +- Docker (for Docker versions of `code-server`). + ### Run over SSH Use [sshcode](https://github.com/codercom/sshcode) for a simple setup.