From e7152d67c44139e44ba1dc6c03e22a938a29433a Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Thu, 19 Dec 2024 02:47:21 -0500 Subject: [PATCH] docs: add a link to the quickstart guide in the install Coder document (#15931) --- 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 2cf32f9fde..335f17d003 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 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 +your local machine or on a VM: