Skip to content

docs: simplify install docs #11946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixups from feedback
  • Loading branch information
bpmct committed Mar 7, 2024
commit f51078f01922f57ee758a75127cb7f8141e1254b
4 changes: 3 additions & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A single CLI (`coder`) is used for both the Coder server and the client.

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:

<div class="tabs">

## Linux/macOS
Expand Down Expand Up @@ -52,4 +54,4 @@ coder login https://coder.example.com

## Next up

- [Create your first template](./1-click.md)
- [Create your first template](../templates/tutorial.md)