diff --git a/README.md b/README.md index c9f127a..06ffe93 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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 @@ -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") (branch "main")) ``` + + +Finally run + +```sh +guix pull +```