Update readme
README
| 5 | 5 | #+title: cogd | |
| 6 | 6 | #+subtitle: Channel of guix definitions | |
| 7 | 7 | ||
| 8 | + | * Setup | |
| 9 | + | ||
| 10 | + | This is a guix channel. To setup and use it, add the following record: | |
| 11 | + | ||
| 12 | + | #+begin_example | |
| 13 | + | (channel | |
| 14 | + | (name 'cogd) | |
| 15 | + | (url "https://repo.pisemsky.site/git/cogd") | |
| 16 | + | (introduction | |
| 17 | + | (make-channel-introduction | |
| 18 | + | "fcdf9f9ce0d8d0ebd035fa55ec7c1ddd6890e728" | |
| 19 | + | (openpgp-fingerprint | |
| 20 | + | "15FF37F790C1BADB35B3752BE3D3B72AB5733021")))) | |
| 21 | + | #+end_example | |
| 22 | + | ||
| 23 | + | to your guix channel configuration file, save it, and run =guix pull=. | |
| 24 | + | ||
| 8 | 25 | # Local Variables: | |
| 9 | 26 | # mode: org | |
| 10 | 27 | # End: |