aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Edwards <jeremyje@gmail.com>2015-12-03 16:14:45 -0800
committerJeremy Edwards <jeremyje@gmail.com>2015-12-03 16:14:45 -0800
commit2a9b1feb2c41be7ede4101b37b8b983538ac813a (patch)
tree56443f43c9c303e0eb8e9922aff9bb7f6973be15
parent7c293a78734b6e675aa922f41c38f73efe969aae (diff)
downloadcompute-archlinux-image-builder-2a9b1feb2c41be7ede4101b37b8b983538ac813a.tar.xz
Update broken command.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc45dcf..2c1fb12 100644
--- a/README.md
+++ b/README.md
@@ -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"
```