Skip to content

Commit cb36b47

Browse files
claubyClaude
and
Claude
committed
docs: restructure quickstart section for clarity
- Reorganized quickstart into clear step-by-step instructions - Added section headers for each major step - Converted final step to a numbered list for easier reading - Improved description text 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c12fb12 commit cb36b47

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,28 @@
4949

5050
## Quickstart
5151

52-
The most convenient way to try Coder is to install it on your local machine and experiment with provisioning cloud development environments using Docker (works on Linux, macOS, and Windows).
52+
The fastest way to get started with Coder is to install it on your local machine and provision development environments using Docker. This method works on Linux, macOS, and Windows.
53+
54+
### Step 1: Install Coder
5355

5456
```shell
55-
# First, install Coder
5657
curl -L https://coder.com/install.sh | sh
58+
```
5759

58-
# Start the Coder server (caches data in ~/.cache/coder)
59-
coder server
60+
### Step 2: Start the Coder server
6061

61-
# Navigate to http://localhost:3000 to create your initial user,
62-
# create a Docker template and provision a workspace
62+
```shell
63+
# Data is cached in ~/.cache/coder
64+
coder server
6365
```
6466

67+
### Step 3: Set up your first workspace
68+
69+
1. Navigate to http://localhost:3000
70+
2. Create your initial admin user
71+
3. Add a Docker template
72+
4. Provision your first workspace
73+
6574
## Install
6675

6776
The easiest way to install Coder is to use our

0 commit comments

Comments
 (0)