Skip to content

Commit fbfb19a

Browse files
committed
add sample of importing from repo
1 parent 2cbec58 commit fbfb19a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@
1111

1212
## How to use
1313

14-
These are available during `coder projects init`. Optionally modify the terraform and use `coder projects create` or `coder projects update`, if you have already imported the project.
14+
These are embedded as examples when you run `coder projects init`. Optionally modify the terraform and use `coder projects create` or `coder projects update`, if you have already imported the project.
15+
16+
You can still use projects that are not embedded in your version of Coder:
17+
18+
```sh
19+
git clone https://github.com/coder/coder
20+
cd examples/aws-macos
21+
coder projects create
22+
```
1523

1624
## Statuses
1725

0 commit comments

Comments
 (0)