forked from hashirama/ajattix
readme: Adjust channel specification to new repository name
Signed-off-by: Luis Guilherme Coelho <lgcoelho@disroot.org>
This commit is contained in:
parent
321601a934
commit
739cce60a2
|
@ -1,4 +1,4 @@
|
|||
# ajatt-tools-guix
|
||||
# ajattix
|
||||
<a href="https://www.gnu.org/software/guile/">
|
||||
<img src="https://luis-felipe.gitlab.io/media/badges/gnu-guile-made.svg" alt="" />
|
||||
<br></br>
|
||||
|
@ -6,15 +6,15 @@
|
|||
<img src="https://codeberg.org/hashirama/ajatt-tools-guix/raw/branch/main/misc/cover.png" alt="cover" width="23%" height="23%">
|
||||
|
||||
|
||||
<a> A Guix channel containing tools for language learning!</a>
|
||||
<a> Ajatt-tools + Guix = Ajattix !<br></br> 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)
|
||||
(url "https://codeberg.org/hashirama/ajatt-tools-guix.git")
|
||||
(name 'ajattix)
|
||||
(url "https://codeberg.org/hashirama/ajattix.git")
|
||||
(branch "main")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
|
|
Loading…
Reference in a new issue