diff options
| author | Shulhan <ms@kilabit.info> | 2023-04-27 20:52:00 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-04-27 20:52:00 +0700 |
| commit | 6ef32c4ff0b9e5809da075a3859c68a80143834e (patch) | |
| tree | 7bb23ffd7678db1ccf83b118193bdb8aa39bcf04 /README.md | |
| parent | f7c8889a297043eb517c01853d6fab0b63d2b6ae (diff) | |
| download | compute-archlinux-image-builder-6ef32c4ff0b9e5809da075a3859c68a80143834e.tar.xz | |
all: update README to reference image project and git repository
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ``` |
