We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cf8f3 commit 3d5db83Copy full SHA for 3d5db83
README.md
@@ -22,10 +22,11 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home
22
23
### Requirements
24
25
-- Minimum GLIBC version of 2.17 and a minimum version of GLIBCXX of 3.4.15.
26
- - This is the main requirement for building Visual Studio Code. We cannot go lower than this.
27
-- A 64-bit host with at least 1GB RAM and 2 cores.
28
- - 1 core hosts would work but not optimally.
+- 64-bit host.
+- At least 1GB of RAM.
+- 2 cores or more are recommended (1 core works but not optimally).
+- Secure connection over HTTPS or localhost (required for service workers).
29
+- For Linux: GLIBC 2.17 or later and GLIBCXX 3.4.15 or later.
30
- Docker (for Docker versions of `code-server`).
31
32
### Run over SSH
0 commit comments