Skip to content

Commit

Permalink
Added more Game Client VM instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abmarcum committed Nov 17, 2023
1 parent 7209e2b commit 3d6a9c6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,18 @@ You have the option to enable a GCP Linux VM for the Game Client. To have Terraf

`enable_game_client_vm = true`

You can then connect to the VM using gcloud:
Then you will need to run Terraform to apply the changes to your environment:

```shell
terraform apply
```

Once Terraform has run and a few minutes have passed for all of the software packages to install, you can then connect to the VM using gcloud:

```shell
gcloud compute ssh game-client-vm
```

### Run the Game Launcher

To run the game launcher, you will need to have [Go](https://go.dev/dl/) installed to run it, as well as the
Expand Down

0 comments on commit 3d6a9c6

Please sign in to comment.