From b49e8418d50ab925ecc2929023d7a47493ac84a7 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Tue, 15 Aug 2023 10:36:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61f3096..634725b 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,11 @@ repo.example.com | ├── customlinux | | ├── database # Plain text file containing : delimited lists of all available images `image_name:compression_method:sha1sum` | | ├── customlinux_v1.0.tar.zst # Compressed disk images +| | ├── customlinux_v2.0.tar.zst # Compressed disk images ``` ### Example repository configuration -The list file in part optional, is it not utilized during the deployment process, but the user may use with the `arkanium-deploy list` command which lists all available images. +The list file in part optional, is it not utilized during the deployment process, but the user may use it in combination with the `arkanium-deploy list` command to all available images. ```text customlinux customlinux-gnome @@ -53,5 +54,4 @@ The `database` file contains a `:` delimited list of all available images. ```text customlinux_v1.0:zst:80ba4c7f3ff7a0ebce8e67d5b73f87c56af1b9f3 customlinux_v2.0:zst:d5f45b2dac77399b37231c6ec4e864d184d35cf1 -ddc4106c02de28a77e5f7d5e5d83a1089d07544ddd:xz:5934ad0e7c5c9d453fb3d89e59b8ce71bbec3edc ```