Skip to content

Commit 89bd49b

Browse files
author
Katie Horne
committed
chore: edit commands
1 parent ba19efb commit 89bd49b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/install.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,18 @@ Before proceeding, please ensure that you have Docker installed.
5454
1. Navigate into the new directory and create a new template:
5555

5656
```console
57-
cd ./docker-local && coder templates create
57+
cd examples/docker
58+
coder templates create
5859
```
5960

6061
Follow the prompts displayed to proceed. When done, you'll see the following
6162
message:
6263

6364
```console
64-
The docker-local template has been created! Developers can
65-
provision a workspace with this template using:
65+
The docker template has been created! Developers can
66+
provision a workspace with this template using:
6667

67-
coder create --template="docker-local" [workspace name]
68+
coder create --template="docker" [workspace name]
6869
```
6970

7071
1. At this point, you're ready to provision your first workspace:
@@ -89,7 +90,7 @@ Before proceeding, please ensure that you have Docker installed.
8990
```
9091

9192
You can now access your workspace via your web browser by navigating to your
92-
access URL, or you can connect to it via ssh by running:
93+
access URL, or you can connect to it via SSH by running:
9394

9495
```console
9596
coder ssh main

0 commit comments

Comments
 (0)