From d836efbb03df32fbfa17164e52f35b4d8aca068b Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 15 May 2021 00:20:35 +0900 Subject: Fix `Installation` section. * README.md(Installation): Fix config of ~/.config/guix/channels.scm file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47174b6..2a4864d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add `tojo-tokyo` channel to `~/.config/guix/channels.scm`: (cons* (channel (name 'tojo-tokyo) - (url "https://git.tojo.tokyo/tojo-tokyo-guix-channel.git") + (url "https://git.tojo.tokyo/tojo-tokyo-guix-channel.git")) %default-channels) And proceed following: -- cgit v1.2.3