mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
docs: fix missing ) in guix channel instructions
This commit is contained in:
parent
49c6ae5f7a
commit
93a1cb7066
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ First, add `mangowc` channel to `channels.scm` file:
|
||||||
(cons (channel
|
(cons (channel
|
||||||
(name 'mangowc)
|
(name 'mangowc)
|
||||||
(url "https://github.com/DreamMaoMao/mangowc.git")
|
(url "https://github.com/DreamMaoMao/mangowc.git")
|
||||||
(branch "main")
|
(branch "main"))
|
||||||
... ;; Your other channels
|
... ;; Your other channels
|
||||||
%default-channels)
|
%default-channels)
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue