You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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>
Copy file name to clipboardExpand all lines: README.md
+15-6
Original file line number
Diff line number
Diff line change
@@ -49,19 +49,28 @@
49
49
50
50
## Quickstart
51
51
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
53
55
54
56
```shell
55
-
# First, install Coder
56
57
curl -L https://coder.com/install.sh | sh
58
+
```
57
59
58
-
# Start the Coder server (caches data in ~/.cache/coder)
59
-
coder server
60
+
### Step 2: Start the Coder server
60
61
61
-
# Navigate to http://localhost:3000 to create your initial user,
62
-
# create a Docker template and provision a workspace
0 commit comments