aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2022-05-15 15:29:43 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2022-05-15 15:29:43 +0900
commit393ccba44d205ef81400be51d817f2c44679dbf5 (patch)
tree7b56ba39b1faaf5ac22fb4bfe7e425e6ed01ebb8
parent9da13b0110441fcd0ab8d36a6de9b78ccb4e775b (diff)
README.md: Update.
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2a4864d..504db98 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,14 @@ Guix Channel for git.tojo.tokyo's packages.
Add `tojo-tokyo` channel to `~/.config/guix/channels.scm`:
(cons* (channel
- (name 'tojo-tokyo)
- (url "https://git.tojo.tokyo/tojo-tokyo-guix-channel.git"))
- %default-channels)
+ (name 'tojo-tokyo)
+ (url "https://git.tojo.tokyo/tojo-tokyo-guix-channel.git")
+ (introduction
+ (make-channel-introduction
+ "9da13b0110441fcd0ab8d36a6de9b78ccb4e775b"
+ (openpgp-fingerprint
+ "B775 914C 3270 E318 29AD FD1A B348 8785 AB14 7405"))))
+ %default-channels)
And proceed following: