From cad4dac4a1dd82ce90af9de11de7b1ffa364d0c1 Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Wed, 18 Dec 2024 21:48:12 +0000 Subject: [PATCH 1/3] add link to quickstart --- docs/install/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 2cf32f9fde85c..1f731451b083e 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -5,9 +5,14 @@ A single CLI (`coder`) is used for both the Coder server and the client. We support two release channels: mainline and stable - read the [Releases](./releases.md) page to learn more about which best suits your team. -There are several ways to install Coder. For production deployments with 50+ -users, we recommend [installing on Kubernetes](./kubernetes.md). Otherwise, you -can install Coder on your local machine or on a VM: +There are several ways to install Coder. Follow the steps on this page for a +minimal installation of Coder or follow the +[quickstart guide](../tutorials/quickstart.md) for a step-by-step guide on how +to install and configure your first Coder deployment. + +For production deployments with 50+ users, we recommend +[installing on Kubernetes](./kubernetes.md). Otherwise, you can install Coder on +your local machine or on a VM:
From 816a6e6f8fedfdab0a585ae5748e92bc28e54b59 Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Wed, 18 Dec 2024 21:53:57 +0000 Subject: [PATCH 2/3] reshape sentence --- docs/install/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 1f731451b083e..1d01d47981b8a 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -6,9 +6,9 @@ We support two release channels: mainline and stable - read the [Releases](./releases.md) page to learn more about which best suits your team. There are several ways to install Coder. Follow the steps on this page for a -minimal installation of Coder or follow the -[quickstart guide](../tutorials/quickstart.md) for a step-by-step guide on how -to install and configure your first Coder deployment. +minimal installation of Coder, or for a step-by-step guide on how +to install and configure your first Coder deployment, follow the +[quickstart guide](../tutorials/quickstart.md). For production deployments with 50+ users, we recommend [installing on Kubernetes](./kubernetes.md). Otherwise, you can install Coder on From ae6d1bacee09b20795de766d18d360ceecaa5b1b Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Wed, 18 Dec 2024 21:54:28 +0000 Subject: [PATCH 3/3] reshape sentence --- docs/install/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 1d01d47981b8a..335f17d00302c 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -6,8 +6,8 @@ We support two release channels: mainline and stable - read the [Releases](./releases.md) page to learn more about which best suits your team. There are several ways to install Coder. Follow the steps on this page for a -minimal installation of Coder, or for a step-by-step guide on how -to install and configure your first Coder deployment, follow the +minimal installation of Coder, or for a step-by-step guide on how to install and +configure your first Coder deployment, follow the [quickstart guide](../tutorials/quickstart.md). For production deployments with 50+ users, we recommend