forked from hashirama/ajattix
readme: Add channel specification
This commit is contained in:
parent
7c5accf107
commit
4526f656f2
15
README.md
15
README.md
|
@ -8,9 +8,20 @@
|
|||
|
||||
<a> A Guix channel containing tools for language learning!</a>
|
||||
|
||||
## Usage
|
||||
To update Ajatt-Tools along with Guix via guix pull, insert the following into ~/.config/guix/channels.scm channels list,
|
||||
|
||||
|
||||
|
||||
```scheme
|
||||
(channel
|
||||
(name 'ajatt-tools)
|
||||
(url "https://codeberg.org/hashirama/ajatt-tools-guix.git")
|
||||
(branch "main")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"bfaf634992b09717493f7b37a2033d94a00a5881"
|
||||
(openpgp-fingerprint
|
||||
"F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8"))))
|
||||
```
|
||||
|
||||
<br></br>
|
||||
<img src="https://codeberg.org/hashirama/ajatt-tools-guix/raw/branch/main/misc/lisp-warning.webp" alt="cover" width="6%" height="6%" style="float: right; margin-right: 10px;">
|
||||
|
|
Loading…
Reference in a new issue