From 075ee90d6321c1e8bec14b7c415d723efdb74119 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 17 Apr 2021 03:57:48 +0900 Subject: doc: Fix `Install with Guix` section. * README.md (Install with Guix): Fix the exmaple of `channel.scm`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d5a7d..7e35f36 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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