From 70b267ccdc2660255146aa17aa7a8feb155b3b73 Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 6 Apr 2026 11:12:41 +0100 Subject: [PATCH] docs: link advanced docs in README --- README.md | 8 ++++++-- debian.md => docs/upgrade_pack.md | 0 2 files changed, 6 insertions(+), 2 deletions(-) rename debian.md => docs/upgrade_pack.md (100%) diff --git a/README.md b/README.md index 44a6627..87b7d37 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,15 @@ To build a butter image, run: vmdb2 --rootfs-tarball=my_image.tar.gz --output my_image.img --log my_image.log ``` +## Advanced Documentation + +* [Creating an upgrade content pack for the Butter Box](./docs/upgrade_pack.md) + ## Copyright and Licence © 2017, Michael Stapelberg and contributors
-© 2021 guardianproject
-© SR2 Communications Limited +© 2021, guardianproject
+© 2025-2026, SR2 Communications Limited See [LICENCE](./LICENCE) for details of the BSD-3 clause licence. diff --git a/debian.md b/docs/upgrade_pack.md similarity index 100% rename from debian.md rename to docs/upgrade_pack.md