@@ -14,10 +14,6 @@ access it in the browser.
1414- Preserve battery life when you're on the go; all intensive tasks run on your
1515 server
1616
17- > ** Note**
18- > To manage multiple IDEs, workspaces, and teams, see
19- > our new project: [ coder/coder] ( http://cdr.co/coder-github )
20-
2117## Requirements
2218
2319See [ requirements] ( requirements.md ) for minimum specs, as well as instructions
@@ -27,15 +23,16 @@ on how to set up a Google VM on which you can install code-server.
2723
2824## Getting started
2925
30- There are three ways to get started:
26+ There are four ways to get started:
3127
32281 . Using the [ install
3329 script] ( https://github.com/coder/code-server/blob/main/install.sh ) , which
3430 automates most of the process. The script uses the system package manager if
3531 possible.
36322 . Manually [ installing
3733 code-server] ( https://coder.com/docs/code-server/latest/install )
38- 3 . Using our one-click buttons and guides to [ deploy code-server to a cloud
34+ 3 . Deploy code-server to your team with [ coder/coder] ( https://cdr.co/coder-github )
35+ 4 . Using our one-click buttons and guides to [ deploy code-server to a cloud
3936 provider] ( https://github.com/coder/deploy-code-server ) ⚡
4037
4138If you use the install script, you can preview what occurs during the install
@@ -54,6 +51,9 @@ curl -fsSL https://code-server.dev/install.sh | sh
5451When done, the install script prints out instructions for running and starting
5552code-server.
5653
54+ > ** Note**
55+ > To manage code-server for a team on your infrastructure, see: [ coder/coder] ( https://cdr.co/coder-github )
56+
5757We also have an in-depth [ setup and
5858configuration] ( https://coder.com/docs/code-server/latest/guide ) guide.
5959
0 commit comments