From 7481ada29342a21501251bbc47447a85b7205832 Mon Sep 17 00:00:00 2001 From: david-fraley <67079030+david-fraley@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:58:46 -0500 Subject: [PATCH] docs: orient install page towards enterprise and community members (#20041) --- docs/install/index.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index c1d12dd779..f616a33558 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -10,9 +10,9 @@ 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: +## Local/Individual Installs + +This install guide is meant for **individual developers, small teams, and/or open source community members** setting up Coder locally or on a single server. It covers the light weight install for Linux, macOS, and Windows.