diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-05-15 00:20:35 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-05-15 00:22:20 +0900 |
commit | d836efbb03df32fbfa17164e52f35b4d8aca068b (patch) | |
tree | 258c0b732c4c74fe465eb03911529d377c6925d0 | |
parent | 1dbbecc27348c7ff30d236c9029df9e32c99f152 (diff) |
Fix `Installation` section.
* README.md(Installation): Fix config of ~/.config/guix/channels.scm file.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |