File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home
2222
2323### Requirements
2424
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.
25+ - 64-bit host.
26+ - At least 1GB of RAM.
27+ - 2 cores or more are recommended (1 core works but not optimally).
28+ - 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.
2930- Docker (for Docker versions of ` code-server ` ).
3031
3132### Run over SSH
You can’t perform that action at this time.
0 commit comments