aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHanketsu <hanketsu@egregore.fun>2024-12-19 23:54:29 +0100
committerHanketsu <hanketsu@egregore.fun>2025-06-13 00:04:11 +0200
commit9682e18ba3b5a24207440978ada0f7234181de14 (patch)
treed8b8b2c4687201ef53c4d5f2bd0a2dcf8b358204 /README.md
parent5f871159d247483b9beba5d6c4ad9733ab9de148 (diff)
Add channel introduction to README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f6d4aa..6cc2dda 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,14 @@
Battering is a [Guix
channel](https://guix.gnu.org/manual/en/html_node/Channels.html) designed for
penetration testing, security assessment, and all-around hacking.
+
+```scheme
+(channel (name 'battering)
+ (url "https://codeberg.org/Clombrong/battering")
+ (branch "master")
+ (introduction
+ (make-channel-introduction
+ "5f871159d247483b9beba5d6c4ad9733ab9de148"
+ (openpgp-fingerprint
+ "0F1D 4D47 F92B E468 B041 1E19 07B8 6057 C019 5C64"))))
+```