Skip to content

Commit

Permalink
Update installing_agones.md
Browse files Browse the repository at this point in the history
Added missing "\" at the end of command options.
  • Loading branch information
g-ericso authored and markmandel committed May 25, 2018
1 parent 0ce5aa9 commit 9ed17f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installing_agones.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ gcloud container clusters create [CLUSTER_NAME] --cluster-version=1.9 \
--tags=game-server \
--enable-basic-auth \
--password=supersecretpassword \
--scopes=https://www.googleapis.com/auth/devstorage.read_only,compute-rw,cloud-platform
--num-nodes=3
--scopes=https://www.googleapis.com/auth/devstorage.read_only,compute-rw,cloud-platform \
--num-nodes=3 \
--machine-type=n1-standard-1
```

Expand Down Expand Up @@ -231,4 +231,4 @@ That's it! This creates the [Custom Resource Definitions][crds] that power Agone

* Go through the [Create a Game Server Quickstart][quickstart]

[quickstart]: /docs/create_gameserver.md
[quickstart]: /docs/create_gameserver.md

0 comments on commit 9ed17f6

Please sign in to comment.