Skip to content

Commit 7ad6022

Browse files
committed
edit cli zip step
1 parent 0141696 commit 7ad6022

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/tutorials/template-from-scratch.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,14 @@ through the CLI, or through the Coder dashboard:
399399

400400
1. Create a `.zip` of the template files.
401401

402-
On Mac or Windows, highlight the files and then right click. A "compress"
403-
option is available through the right-click context menu.
402+
- On Mac or Windows, highlight the files and then right click. A "compress"
403+
option is available through the right-click context menu.
404404

405-
Through the Linux command line, use `zip`:
405+
- To zip hrough the command line:
406406

407-
```shell
408-
zip templates.zip Dockerfile main.tf
409-
```
407+
```shell
408+
zip templates.zip Dockerfile main.tf
409+
```
410410

411411
1. Select **Templates** from the top of the Coder dashboard, then **Create
412412
Template**.

0 commit comments

Comments
 (0)