aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-04-27 20:52:00 +0700
committerShulhan <ms@kilabit.info>2023-04-27 20:52:00 +0700
commit6ef32c4ff0b9e5809da075a3859c68a80143834e (patch)
tree7bb23ffd7678db1ccf83b118193bdb8aa39bcf04
parentf7c8889a297043eb517c01853d6fab0b63d2b6ae (diff)
downloadcompute-archlinux-image-builder-6ef32c4ff0b9e5809da075a3859c68a80143834e.tar.xz
all: update README to reference image project and git repository
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 82e7f1b..4553fec 100644
--- a/README.md
+++ b/README.md
@@ -51,10 +51,10 @@ command](https://cloud.google.com/sdk/gcloud/reference/compute/instances/create)
```console
$ gcloud compute instances create INSTANCE_NAME \
- --image-project=arch-linux-gce --image-family=arch
+ --image-project=arch-builder --image-family=arch
```
-For older images, see the current_images.txt file.
+For older images, see the current-images.txt file.
## Build Your Own Image
@@ -64,7 +64,7 @@ You can build the Arch Linux image yourself with the following procedure:
```console
$ sudo pacman -S --needed arch-install-scripts dosfstools e2fsprogs
- $ git clone https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder.git
+ $ git clone https://github.com/shuLhan/compute-archlinux-image-builder.git
$ cd compute-archlinux-image-builder
$ sudo ./build-arch-gce
```