From 14cafbf94bdeed867dccbfb8be147aeca816a215 Mon Sep 17 00:00:00 2001 From: Faeiz Mahrus Date: Thu, 26 Dec 2024 00:09:21 +0600 Subject: [PATCH] Add disclaimer for containerfiles and shell scripting with links Fix a minor typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f94c71..a657f2a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ boxkit is a set of GitHub actions and skeleton files to build custom toolbox and distrobox images. Basically, clone this repo, make any changes you need, and then generate your custom images. Note that boxkit can be used independently of Fedora or uBlue OS. +boxkit requires you atleast understand the basics of [ContainerFiles](https://www.mankier.com/5/Containerfile) and [shell scripting.](https://www.shellscript.sh/) ## Base images @@ -55,7 +56,7 @@ jobs: - The URL for the generated images will be `ghcr.io//` by default. ### Signing your images -Although optional, it is **Higly recommended** you use container signing for your images. +Although optional, it is **Highly recommended** you use container signing for your images. To sign your images, follow the steps below: 1. [Install `cosign`.](https://docs.sigstore.dev/cosign/system_config/installation/)