Skip to content

Commit e7152d6

Browse files
authored
docs: add a link to the quickstart guide in the install Coder document (coder#15931)
1 parent 7697005 commit e7152d6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/install/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ A single CLI (`coder`) is used for both the Coder server and the client.
55
We support two release channels: mainline and stable - read the
66
[Releases](./releases.md) page to learn more about which best suits your team.
77

8-
There are several ways to install Coder. For production deployments with 50+
9-
users, we recommend [installing on Kubernetes](./kubernetes.md). Otherwise, you
10-
can install Coder on your local machine or on a VM:
8+
There are several ways to install Coder. Follow the steps on this page for a
9+
minimal installation of Coder, or for a step-by-step guide on how to install and
10+
configure your first Coder deployment, follow the
11+
[quickstart guide](../tutorials/quickstart.md).
12+
13+
For production deployments with 50+ users, we recommend
14+
[installing on Kubernetes](./kubernetes.md). Otherwise, you can install Coder on
15+
your local machine or on a VM:
1116

1217
<div class="tabs">
1318

0 commit comments

Comments
 (0)