aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17233b5..8ad5492 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,10 @@ You can use [Cloud SDK](https://cloud.google.com/sdk/) to add the prebuilt
images to your project. To do that run the following command.
```
-gcloud compute images insert arch-v20160502 \
- --source-uri gs://gce-arch-images/archv20160502.tar.gz \
+gcloud compute images create arch-v20160502 \
+ --source-uri gs://gce-arch-images/arch-v20160502.tar.gz \
--description "Arch Linux built on 2016-05-02"
+ --family "arch"
```
## Usage