aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-05-15 00:20:35 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-05-15 00:22:20 +0900
commitd836efbb03df32fbfa17164e52f35b4d8aca068b (patch)
tree258c0b732c4c74fe465eb03911529d377c6925d0 /README.md
parent1dbbecc27348c7ff30d236c9029df9e32c99f152 (diff)
Fix `Installation` section.
* README.md(Installation): Fix config of ~/.config/guix/channels.scm file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: