diff options
| author | Tim Swast <swast@google.com> | 2018-01-08 14:48:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-08 14:48:31 -0800 |
| commit | 7794d5645f7a0a69eb835e8339270a3d15eb9ae0 (patch) | |
| tree | 088f249af53cd70a7cc6ee56876072bf7eeac2a8 | |
| parent | d5f07efc6291f9d921fe48cda7a03765326f97eb (diff) | |
| parent | e2fd730f7a5a982d3d2f0f861bcd1543de9e9ef1 (diff) | |
| download | compute-archlinux-image-builder-7794d5645f7a0a69eb835e8339270a3d15eb9ae0.tar.xz | |
Merge pull request #20 from cceckman/master
Fix "Add to your project" 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 |
