Skip to content

docs: update template-from-scratch #15101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 12, 2024
Merged
Prev Previous commit
Next Next commit
edit cli zip step
  • Loading branch information
EdwardAngert committed Nov 8, 2024
commit 7ad6022632b4b76ee6d3bbf74ed9fbd371a93b81
12 changes: 6 additions & 6 deletions docs/tutorials/template-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,14 +399,14 @@

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

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

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

Check warning on line 405 in docs/tutorials/template-from-scratch.md

View workflow job for this annotation

GitHub Actions / lint

"hrough" should be "through".

```shell
zip templates.zip Dockerfile main.tf
```
```shell
zip templates.zip Dockerfile main.tf
```

1. Select **Templates** from the top of the Coder dashboard, then **Create
Template**.
Expand Down
Loading