Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a0078 commit b7d7e19Copy full SHA for b7d7e19
docs/README.md
@@ -40,8 +40,8 @@ $ sudo service coder restart
40
In a new terminal, create a new project (eg. Develop in Linux on Google Cloud):
41
42
```
43
-$ coder projects init
44
-$ coder projects create
+$ coder templates init
+$ coder templates create
45
46
47
Create a new workspace and SSH in:
@@ -56,10 +56,10 @@ $ coder ssh my-first-workspace
56
You can edit the Terraform from a sample project:
57
58
```sh
59
60
$ cd gcp-linux/
61
$ vim main.tf
62
-$ coder projects update gcp-linux
+$ coder templates update gcp-linux
63
64
65
## Contributing
0 commit comments