From 4526f656f20680ece642cb409d712685663cda6b Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 18 Feb 2024 21:12:05 -0300 Subject: [PATCH] readme: Add channel specification --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7ae9d5..7b84ed2 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,20 @@ A Guix channel containing tools for language learning! +## Usage +To update Ajatt-Tools along with Guix via guix pull, insert the following into ~/.config/guix/channels.scm channels list, - - +```scheme +(channel + (name 'ajatt-tools) + (url "https://codeberg.org/hashirama/ajatt-tools-guix.git") + (branch "main") + (introduction + (make-channel-introduction + "bfaf634992b09717493f7b37a2033d94a00a5881" + (openpgp-fingerprint + "F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8")))) +```

cover @@ -19,4 +30,4 @@

### Contributors - \ No newline at end of file +