mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: uses "projects" instead of "templates" in examples docs
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Examples
|
||||
|
||||
List examples in our CLI with `coder projects init`.
|
||||
List examples in our CLI with `coder templates init`.
|
||||
|
||||
> [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues!
|
||||
|
||||
@@ -11,5 +11,5 @@ 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
|
||||
coder templates create
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user