aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Eckman <charles@cceckman.com>2016-06-05 23:41:38 +0000
committerCharles Eckman <charles@cceckman.com>2016-06-05 23:46:57 +0000
commitabe70ba856269f43328179f551af2e877e87e7ad (patch)
tree088f249af53cd70a7cc6ee56876072bf7eeac2a8 /README.md
parentd5f07efc6291f9d921fe48cda7a03765326f97eb (diff)
downloadcompute-archlinux-image-builder-abe70ba856269f43328179f551af2e877e87e7ad.tar.xz
README fixes
- Fix the example command; subcommand is 'create', not 'insert'. - Fix the path in the example command; there's a dash between 'arch' and 'v'. - Add a family, 'arch', to the example 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