mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore(com): add docs for "coder projects update" (#732)
This commit is contained in:
11
README.md
11
README.md
@ -51,6 +51,17 @@ $ coder workspaces create my-first-workspace
|
||||
$ coder ssh my-first-workspace
|
||||
```
|
||||
|
||||
### Working with Projects
|
||||
|
||||
You can edit the Terraform from a sample project:
|
||||
|
||||
```sh
|
||||
$ coder projects init
|
||||
$ cd gcp-linux/
|
||||
$ vim main.tf
|
||||
$ coder projects update gcp-linux
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
The code structure is inspired by [Basics of Unix Philosophy](https://homepage.cs.uri.edu/~thenry/resources/unix_art/ch01s06.html) and [Effective Go](https://go.dev/doc/effective_go).
|
||||
|
Reference in New Issue
Block a user