You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+36-20
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,17 @@
2
2
3
3
[](https://github.com/cdr/code-server/discussions)[](https://cdr.co/join-community)[](https://twitter.com/coderhq)[](https://codecov.io/gh/cdr/code-server)[](https://github.com/cdr/code-server/tree/v3.10.2/docs)
4
4
5
-
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
5
+
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and
6
+
access it in the browser.
6
7
7
8

8
9
9
10
## Highlights
10
11
11
12
- Code on any device with a consistent development environment
12
13
- Use cloud servers to speed up tests, compilations, downloads, and more
13
-
- Preserve battery life when you're on the go; all intensive tasks run on your server
14
+
- Preserve battery life when you're on the go; all intensive tasks run on your
15
+
server
14
16
15
17
## Requirements
16
18
@@ -19,17 +21,25 @@ For a good experience, we recommend at least:
19
21
- 1 GB of RAM
20
22
- 2 cores
21
23
22
-
You can use whatever linux distribution floats your boat but in our [guide](https://coder.com/docs/code-server/v3.10.2/guide) we assume Debian on Google Cloud.
24
+
You can use any Linux distribution, but [our
25
+
docs](https://coder.com/docs/code-server/v3.10.2/guide) assume that you're using
26
+
Debian hosted by Google Cloud.
23
27
24
-
## Getting Started
28
+
## Getting started
25
29
26
30
There are three ways you can get started:
27
31
28
-
1. Using the [install script](https://github.com/cdr/code-server/blob/main/install.sh), which automates most of the process. The script uses the system package manager (if possible)
29
-
2. Manually installing code-server; see [Installation](https://coder.com/docs/code-server/v3.10.2/install) for instructions applicable to most use cases
30
-
3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server) ⚡
32
+
1. Using the [install
33
+
script](https://github.com/cdr/code-server/blob/main/install.sh), which
34
+
automates most of the process. The script uses the system package manager if
0 commit comments