readme: Fix channel specification
parent
5f1904f1a5
commit
5e107cbf62
|
@ -9,16 +9,16 @@
|
||||||
<a> A Guix channel containing tools for language learning!</a>
|
<a> A Guix channel containing tools for language learning!</a>
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
To update Ajatt-Tools along with Guix via guix pull, insert the following into ~/.config/guix/channels.scm channels list,
|
To update Ajatt Tools along with Guix via guix pull, insert the following into ~/.config/guix/channels.scm channels list,
|
||||||
|
|
||||||
```scheme
|
```scheme
|
||||||
(channel
|
(channel
|
||||||
(name 'ajatt-tools)
|
(name 'ajatt)
|
||||||
(url "https://codeberg.org/hashirama/ajatt-tools-guix.git")
|
(url "https://codeberg.org/hashirama/ajatt-tools-guix.git")
|
||||||
(branch "main")
|
(branch "main")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"bfaf634992b09717493f7b37a2033d94a00a5881"
|
"5f1904f1a514b89b2d614300d8048577aa717617"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8"))))
|
"F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8"))))
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue