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:42:17 +0000 |
| commit | 216e724963b2d868ed86d214a870342fb65c39cc (patch) | |
| tree | 159d3d37c552cdc128b8b99b7f687348be1939bc | |
| parent | d5f07efc6291f9d921fe48cda7a03765326f97eb (diff) | |
| download | compute-archlinux-image-builder-216e724963b2d868ed86d214a870342fb65c39cc.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/archv-20160502.tar.gz \ --description "Arch Linux built on 2016-05-02" + --family "arch" ``` ## Usage |
