diff options
| author | Charles Eckman <charles@cceckman.com> | 2016-06-05 23:41:38 +0000 |
|---|---|---|
| committer | Charles Eckman <charles@cceckman.com> | 2016-06-05 23:46:57 +0000 |
| commit | abe70ba856269f43328179f551af2e877e87e7ad (patch) | |
| tree | 088f249af53cd70a7cc6ee56876072bf7eeac2a8 | |
| parent | d5f07efc6291f9d921fe48cda7a03765326f97eb (diff) | |
| download | compute-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.
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
