From abe70ba856269f43328179f551af2e877e87e7ad Mon Sep 17 00:00:00 2001 From: Charles Eckman Date: Sun, 5 Jun 2016 23:41:38 +0000 Subject: 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. --- README.md | 5 +++-- 1 file 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 -- cgit v1.3