aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-25 19:39:54 +0700
committerShulhan <ms@kilabit.info>2025-12-26 13:57:05 +0700
commit058f6729af0dc2f9a367a268e2d387a9f922406e (patch)
tree51d590399cd2439208300a68e8311bc37c497f31 /README.md
parentfca620c1e13bae91b4a3167a10d660f3d72e7aeb (diff)
downloadcompute-archlinux-image-builder-058f6729af0dc2f9a367a268e2d387a9f922406e.tar.xz
all: create the images under project name kilabit
We are currently cleaning up my GCP account, so we unify some projects into one. The arch-builder now moved under kilabit project.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 631183d..a982cfa 100644
--- a/README.md
+++ b/README.md
@@ -48,13 +48,13 @@ Arch Linux installation are the following:
## Prebuilt Images
You can use [Cloud SDK](https://cloud.google.com/sdk/docs/) to create instances
-with the latest prebuilt Arch Linux image. To do that follow the SDK
+with the latest prebuilt Arch Linux image. To do that follow the SDK
installation procedure, and then run the [following
command](https://cloud.google.com/sdk/gcloud/reference/compute/instances/create):
```console
$ gcloud compute instances create INSTANCE_NAME \
- --image-project=arch-builder --image-family=arch
+ --image-project=kilabit --image-family=arch
```
For older images, see the current-images.txt file.