Update readme

Evgeny PisemskySat Jan 18 15:10:00+0300 2025

cdd9921

Update readme

README

55
#+title: cogd
66
#+subtitle: Channel of guix definitions
77
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+
825
# Local Variables:
926
# mode: org
1027
# End: