Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ $ sudo service coder restart
In a new terminal, create a new project (eg. Develop in Linux on Google Cloud):

```
$ coder projects init
$ coder projects create
$ coder templates init
$ coder templates create
```

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

```sh
$ coder projects init
$ coder templates init
$ cd gcp-linux/
$ vim main.tf
$ coder projects update gcp-linux
$ coder templates update gcp-linux
```

## Contributing
Expand Down