updated Readme

This commit is contained in:
Chad Nelson 2024-01-21 15:09:23 -07:00
parent ef327a7bb9
commit dbe07290b2

View file

@ -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
```