Update google-cloud-setup.md

This commit is contained in:
Eric Myllyoja 2021-12-08 12:15:35 -05:00 committed by GitHub
parent 0e5c0afb86
commit e4c6def158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,8 +59,6 @@ You should have a directory containing the following file structure.
|-names |-names
|- ... |- ...
|-maps |-maps
|-navmeshes
|- ...
|- ... |- ...
|-chatplus_en_us.txt |-chatplus_en_us.txt
|-cdclient.fdb |-cdclient.fdb
@ -189,7 +187,7 @@ Once the build is done, we're going to do the final configuration needed for the
Download the server-resources.zip file from Google Cloud Storage. Be sure to replace the bucket name. Download the server-resources.zip file from Google Cloud Storage. Be sure to replace the bucket name.
```bash ```bash
gsutil cp gs://<BUCKET-NAME>/server-resources.zip ~/server-resources.zip gsutil cp gs://BUCKETNAME/server-resources.zip ~/server-resources.zip
``` ```
Then run all these commands, one at a time, in order. Then run all these commands, one at a time, in order.