diff options
| author | Jeremy Edwards <jeremyje@gmail.com> | 2015-12-03 16:15:13 -0800 |
|---|---|---|
| committer | Jeremy Edwards <jeremyje@gmail.com> | 2015-12-03 16:15:13 -0800 |
| commit | 14f8f146e3087ad5d57f2deb1b4a59c7e82d13ad (patch) | |
| tree | 56443f43c9c303e0eb8e9922aff9bb7f6973be15 | |
| parent | 407d4a89b80511b66ca61a1bf249430035175910 (diff) | |
| parent | 2a9b1feb2c41be7ede4101b37b8b983538ac813a (diff) | |
| download | compute-archlinux-image-builder-14f8f146e3087ad5d57f2deb1b4a59c7e82d13ad.tar.xz | |
Merge pull request #13 from jeremyje/master
Update broken command.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ images to your project. To do that run the following command. ``` gcloud compute images insert arch-v20151203 \ - --source-uri gs://jeremyje/archlinux-images/arch-v20151203.tar.gz \ + --source-uri gs://gce-arch-images/arch-v20151203.tar.gz \ --description "Arch Linux built on 2015-12-03" ``` |
