Update README.md

This commit is contained in:
Dennis ten Hoove 2023-08-15 10:32:55 +02:00
parent 39ae08e4e4
commit 7982d29a74

View file

@ -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
```