Skip to content

Commit 1ca8f2d

Browse files
committed
add start coder step
1 parent 76e8b5a commit 1ca8f2d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/tutorials/quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ September 23, 2024
1111

1212
---
1313

14-
Follow the steps in this guide to install Coder locally or on a VPS, set up a
14+
Follow the steps in this guide to install Coder locally or on a cloud-hosting provider, set up a
1515
workspace, and connect to it from VS Code.
1616

1717
By the end of this guide, you'll have a remote development environment that you
@@ -62,6 +62,12 @@ persistent environment from your main device, a tablet, or your phone.
6262
methods, refer to the
6363
[latest release on GitHub](https://github.com/coder/coder/releases/latest).
6464

65+
1. Start Coder:
66+
67+
```shell
68+
coder server
69+
```
70+
6571
## Windows
6672

6773
> **Important:** If you plan to use the built-in PostgreSQL database, ensure

0 commit comments

Comments
 (0)