From 7982d29a74547c4640b8ba6ae9cf9c7cd4a56310 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Tue, 15 Aug 2023 10:32:55 +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 9cbe3ff..5223329 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ This would be a suitable layout if `repo_url` in `/arkanium/config` is set to `h ```text repo.example.com ├── arkanium -| ├── list # Plain text file containing names of all available image types +| ├── list # Plain text file containing names of all available image types | ├── customlinux -| | ├── database # Plain text file containing : delimited lists of all available images `image_name:compression_method:sha1sum` +| | ├── database # Plain text file containing : delimited lists of all available images `image_name:compression_method:sha1sum` | | ├── customlinux_v1.0.tar.zst # Compressed disk images ```