Skip to content

Commit

Permalink
Instructions for having a default configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalimar Maia authored and kelseyhightower committed Oct 1, 2017
1 parent 92772d2 commit 51e8709
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/01-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ gcloud version

This tutorial assumes a default compute region and zone have been configured.

Set a default compute region:
If you are using the `gcloud` command-line tool for the first time `init` is the easiest way to do this:

```
gcloud init
```

Otherwise set a default compute region:

```
gcloud config set compute/region us-west1
Expand Down

0 comments on commit 51e8709

Please sign in to comment.