8000 Merge branch 'main' into jsjoeio/proxy-e2e · coder/code-server@4d207b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d207b6

Browse files
authored
Merge branch 'main' into jsjoeio/proxy-e2e
2 parents f20d2af + 04ff8c3 commit 4d207b6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
alpine:
4040
name: Test installer on Alpine
4141
runs-on: ubuntu-latest
42-
container: "alpine:3.14"
42+
container: "alpine:3.16"
4343
steps:
4444
- name: Checkout repo
4545
uses: actions/checkout@v3

.github/workflows/scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Run script unit tests
3939
runs-on: ubuntu-latest
4040
# This runs on Alpine to make sure we're testing with actual sh.
41-
container: "alpine:3.14"
41+
container: "alpine:3.16"
4242
steps:
4343
- name: Checkout repo
4444
uses: actions/checkout@v3

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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: EA53 [coder/coder](http://cdr.co/coder-github)
20-
2117
## Requirements
2218

2319
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.
2723

2824
## Getting started
2925

30-
There are three ways to get started:
26+
There are four ways to get started:
3127

3228
1. 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.
3632
2. 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

4138
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
5451
When done, the install script prints out instructions for running and starting
5552
code-server.
5653

54+
> **Note**
55+
> To manage code-server for a team on your infrastructure, see: [coder/coder](https://cdr.co/coder-github)
56+
5757
We also have an in-depth [setup and
5858
configuration](https://coder.com/docs/code-server/latest/guide) guide.
5959

0 commit comments

Comments
 (0)
0