From 2d98f5e71687273a052e5fa00004b122dae9c07b Mon Sep 17 00:00:00 2001 From: Bartek Gatz Date: Tue, 6 May 2025 21:04:34 +0200 Subject: [PATCH 1/2] Adding a mention of code-server devcontainer feature The change is in "getting started" section and lists using the devcontainer feature of code-server (a separate GH project) as a potential method of using code-server in one's projects. --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b56f267e4d3c..2bcf126c164a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ on how to set up a Google VM on which you can install code-server. ## Getting started -There are four ways to get started: +There are five ways to get started: 1. Using the [install script](https://github.com/coder/code-server/blob/main/install.sh), which @@ -35,6 +35,7 @@ There are four ways to get started: 3. Deploy code-server to your team with [coder/coder](https://cdr.co/coder-github) 4. Using our one-click buttons and guides to [deploy code-server to a cloud provider](https://github.com/coder/deploy-code-server) ⚡ +5. Using [code-server feature for devcontainers](https://github.com/coder/devcontainer-features?tab=readme-ov-file#code-server), in case you already use devcontainers in your project. If you use the install script, you can preview what occurs during the install process: From 271fb8ac8e3738627fe06e8e5ee03a5c6eb8733d Mon Sep 17 00:00:00 2001 From: Bartek Gatz Date: Tue, 6 May 2025 21:47:23 +0200 Subject: [PATCH 2/2] Corrected the URL to sibling project Corrected the link to code-server devcontainer feature project to point directly to README.md file. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 2bcf126c164a..81ac7239d967 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ There are five ways to get started: 3. Deploy code-server to your team with [coder/coder](https://cdr.co/coder-github) 4. Using our one-click buttons and guides to [deploy code-server to a cloud provider](https://github.com/coder/deploy-code-server) ⚡ -5. Using [code-server feature for devcontainers](https://github.com/coder/devcontainer-features?tab=readme-ov-file#code-server), in case you already use devcontainers in your project. +5. Using [code-server feature for devcontainers](https://github.com/coder/devcontainer-features/blob/main/README.md), in case you already use devcontainers in your project. If you use the install script, you can preview what occurs during the install process: