22
33Run [ VS Code] ( https://github.com/Microsoft/vscode ) on any machine anywhere and access it in the browser.
44
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 )
116
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.
1318
1419## Getting Started
1520
1621For a full setup and walkthrough, please see [ ./doc/guide.md] ( ./doc/guide.md ) .
1722
18- ## Install
19-
2023We have a script to install code-server on Linux or macOS preferring to use the system package manager.
2124
2225First run to print out the install process:
@@ -31,7 +34,9 @@ Now to actually install:
3134curl -fsSL https://code-server.dev/install.sh | sh
3235```
3336
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 ) .
3540
3641## FAQ
3742
0 commit comments