@@ -14,10 +14,6 @@ access it in the browser.
14
14
- Preserve battery life when you're on the go; all intensive tasks run on your
15
15
server
16
16
17
- > ** Note**
18
- > To manage multiple IDEs, workspaces, and teams, see
19
- > our new project: [ coder/coder] ( http://cdr.co/coder-github )
20
-
21
17
## Requirements
22
18
23
19
See [ 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.
27
23
28
24
## Getting started
29
25
30
- There are three ways to get started:
26
+ There are four ways to get started:
31
27
32
28
1 . Using the [ install
33
29
script] ( https://github.com/coder/code-server/blob/main/install.sh ) , which
34
30
automates most of the process. The script uses the system package manager if
35
31
possible.
36
32
2 . Manually [ installing
37
33
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
39
36
provider] ( https://github.com/coder/deploy-code-server ) ⚡
40
37
41
38
If 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
54
51
When done, the install script prints out instructions for running and starting
55
52
code-server.
56
53
54
+ > ** Note**
55
+ > To manage code-server for a team on your infrastructure, see: [ coder/coder] ( https://cdr.co/coder-github )
56
+
57
57
We also have an in-depth [ setup and
58
58
configuration] ( https://coder.com/docs/code-server/latest/guide ) guide.
59
59
0 commit comments