Skip to content

Commit

Permalink
chore(com): add docs for "coder projects update" (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmct committed Apr 1, 2022
1 parent 0eacde7 commit efec029
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -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).
Expand Down

0 comments on commit efec029

Please sign in to comment.