Files
coder/examples/templates/README.md
T
Kyle Carberry 8a2f38a746 chore: simplify readme (#12639)
* chore: simplify readme

Closes #12628.

* Add link to module registry
2024-03-18 09:40:47 -04:00

16 lines
373 B
Markdown

# Templates
List template examples in our CLI with `coder templates init`.
> [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues!
## Getting Started
Clone this repository to create a template from any example listed here:
```console
git clone https://github.com/coder/coder
cd examples/templates/aws-linux
coder templates push
```