Skip to content

Commit e7b0b86

Browse files
Katie Hornebpmct
Katie Horne
andauthored
Apply suggestions from review
Co-authored-by: Ben Potter <ben@coder.com>
1 parent ba19efb commit e7b0b86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This article walks you through the various ways of installing and deploying Coder.
44

5-
## Docker Compose
5+
## docker-compose
66

77
Before proceeding, please ensure that you have Docker installed.
88

@@ -70,7 +70,7 @@ Before proceeding, please ensure that you have Docker installed.
7070
1. At this point, you're ready to provision your first workspace:
7171

7272
```console
73-
coder create --template="docker-local" <yourWorkspaceName>
73+
coder create --template="docker-local" [workspace name]
7474
```
7575

7676
Follow the on-screen prompts to set the parameters for your workspace. If
@@ -92,5 +92,5 @@ You can now access your workspace via your web browser by navigating to your
9292
access URL, or you can connect to it via ssh by running:
9393

9494
```console
95-
coder ssh main
95+
coder ssh <workspace name>
9696
```

0 commit comments

Comments
 (0)