aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Swast <swast@google.com>2018-01-08 14:48:31 -0800
committerGitHub <noreply@github.com>2018-01-08 14:48:31 -0800
commit7794d5645f7a0a69eb835e8339270a3d15eb9ae0 (patch)
tree088f249af53cd70a7cc6ee56876072bf7eeac2a8 /README.md
parentd5f07efc6291f9d921fe48cda7a03765326f97eb (diff)
parente2fd730f7a5a982d3d2f0f861bcd1543de9e9ef1 (diff)
downloadcompute-archlinux-image-builder-7794d5645f7a0a69eb835e8339270a3d15eb9ae0.tar.xz
Merge pull request #20 from cceckman/master
Fix "Add to your project" command.
Diffstat (limited to 'README.md')
-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