From d16171f385d779b14e66e960323ce12a6bde5b32 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Tue, 5 Mar 2019 18:52:52 -0600 Subject: [PATCH] Give some value props --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23668dd97e14..4ae6d2836ee7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ [!["Latest Release"](https://img.shields.io/github/release/codercom/code-server.svg)](https://github.com/codercom/code-server/releases/latest) [![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](#) -`code-server` is VS Code running on a remote server, accessible through the browser. +`code-server` is [VS Code](https://github.com/Microsoft/vscode) running on a remote server, accessible through the browser. + +- Code on your Chromebook, tablet, and laptop with a consistent dev environment. + - If you have a Windows or Mac workstation, more easily develop for Linux. +- Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. +- Preserve battery life when you're on the go. + - All intensive computation is ran on your server. + - You're no longer running excess instances of Chrome. ![Screenshot](/doc/assets/ide.png)