2
2
3
3
Run [ VS Code] ( https://github.com/Microsoft/vscode ) on any machine anywhere and access it in the browser.
4
4
5
- - ** Code everywhere:** Code on your Chromebook, tablet, and laptop with a
6
- consistent dev environment. Develop on a Linux machine and pick up from any
7
- device with a web browser.
8
- - ** Server-powered:** Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.
9
- Preserve battery life when you're on the go since all intensive tasks runs on your server.
10
- Make use of a spare computer you have lying around and turn it into a full development environment.
5
+ ![ Example screenshot] ( ./doc/assets/screenshot.jpeg )
11
6
12
- ![ Example gif] ( ./doc/assets/screenshot.png )
7
+ ### Code everywhere
8
+
9
+ Code on your Chromebook, tablet, and laptop with a
10
+ consistent dev environment. Develop on a Linux machine and pick up from any
11
+ device with a web browser.
12
+
13
+ ### Server-powered
14
+
15
+ Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.
16
+ Preserve battery life when you're on the go since all intensive tasks runs on your server.
17
+ Make use of a spare computer you have lying around and turn it into a full development environment.
13
18
14
19
## Getting Started
15
20
16
21
For a full setup and walkthrough, please see [ ./doc/guide.md] ( ./doc/guide.md ) .
17
22
18
- ## Install
19
-
20
23
We have a script to install code-server on Linux or macOS preferring to use the system package manager.
21
24
22
25
First run to print out the install process:
@@ -31,7 +34,9 @@ Now to actually install:
31
34
curl -fsSL https://code-server.dev/install.sh | sh
32
35
```
33
36
34
- Docs on the install script, manual installation and docker instructions are at [ ./doc/install.md] ( ./doc/install.md ) .
37
+ The install script will print out how to run and start using code-server.
38
+
39
+ Docs on the install script, manual installation and docker image are at [ ./doc/install.md] ( ./doc/install.md ) .
35
40
36
41
## FAQ
37
42
0 commit comments