aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-04-17 03:57:48 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-04-17 03:57:48 +0900
commit075ee90d6321c1e8bec14b7c415d723efdb74119 (patch)
treebe1aff149433111a230b6ba59a1c8f53178eb747
parent795fe7b03b1eb56e65a9e0a868e11b8444fbd1fe (diff)
doc: Fix `Install with Guix` section.
* README.md (Install with Guix): Fix the exmaple of `channel.scm`.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: