From dbe07290b2651c3a773b58fa767b5ea9f6a0ead2 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Sun, 21 Jan 2024 15:09:23 -0700 Subject: [PATCH] updated Readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +```