Skip to content

Commit 3d5db83

Browse files
committed
Add secure domain to requirements
1 parent 73cf8f3 commit 3d5db83

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)