Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7d7e19

Browse files
authored
fix: rename projects to templates in README (#920)
1 parent c6a0078 commit b7d7e19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ $ sudo service coder restart
4040
In a new terminal, create a new project (eg. Develop in Linux on Google Cloud):
4141

4242
```
43-
$ coder projects init
44-
$ coder projects create
43+
$ coder templates init
44+
$ coder templates create
4545
```
4646

4747
Create a new workspace and SSH in:
@@ -56,10 +56,10 @@ $ coder ssh my-first-workspace
5656
You can edit the Terraform from a sample project:
5757

5858
```sh
59-
$ coder projects init
59+
$ coder templates init
6060
$ cd gcp-linux/
6161
$ vim main.tf
62-
$ coder projects update gcp-linux
62+
$ coder templates update gcp-linux
6363
```
6464

6565
## Contributing

0 commit comments

Comments
 (0)