Files
coder/examples/README.md
T
Ben PotterandKyle Carberry e759b4a492 feat: Add aws-windows and aws-linux examples (#730)
* add readme for samples

* add sample of importing from repo

* add aws-linux and aws-windows examples

* cleanup

* cleanup

* sign

* fix grammar and comments from feedback

* use descript workspace name

* use TF version

* Fix requested changes on README

Co-authored-by: Kyle Carberry <kyle@coder.com>
2022-03-31 10:41:36 -05:00

16 lines
347 B
Markdown

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