mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -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
|
||||
(name 'mangowc)
|
||||
(url "https://github.com/DreamMaoMao/mangowc.git")
|
||||
(branch "main")
|
||||
(branch "main"))
|
||||
... ;; Your other channels
|
||||
%default-channels)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue