updated Readme
This commit is contained in:
parent
f32ba6e099
commit
ef327a7bb9
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -1,3 +1,22 @@
|
|||
# guix-packages
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
(cons* (channel
|
||||
(name 'skg)
|
||||
(url "https://pagure.io/SuperKamiGuru/guix-packages.git")
|
||||
(branch "main"))
|
||||
%default-channels)
|
||||
```
|
||||
|
||||
Otherwise if the file already exists, just add the following section to the list
|
||||
|
||||
```
|
||||
(channel
|
||||
(name 'skg)
|
||||
(url "https://pagure.io/SuperKamiGuru/guix-packages.git")
|
||||
(branch "main"))
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue