updated Readme
This commit is contained in:
parent
ef327a7bb9
commit
dbe07290b2
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Channel of software that I have packaged
|
Channel of software that I have packaged
|
||||||
|
|
||||||
If you don't already, create a file at ~/.config/guix/channels.scm and paste the following:
|
If you don't already have one, create a file at ~/.config/guix/channels.scm and paste the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
(cons* (channel
|
(cons* (channel
|
||||||
|
@ -20,3 +20,10 @@ Otherwise if the file already exists, just add the following section to the list
|
||||||
(url "https://pagure.io/SuperKamiGuru/guix-packages.git")
|
(url "https://pagure.io/SuperKamiGuru/guix-packages.git")
|
||||||
(branch "main"))
|
(branch "main"))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Finally run
|
||||||
|
|
||||||
|
```sh
|
||||||
|
guix pull
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue