From 6ef32c4ff0b9e5809da075a3859c68a80143834e Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 27 Apr 2023 20:52:00 +0700 Subject: all: update README to reference image project and git repository --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.3