readme: Adjust channel specification to new repository name
Signed-off-by: Luis Guilherme Coelho <lgcoelho@disroot.org>pull/2/head
parent
321601a934
commit
739cce60a2
|
@ -1,4 +1,4 @@
|
||||||
# ajatt-tools-guix
|
# ajattix
|
||||||
<a href="https://www.gnu.org/software/guile/">
|
<a href="https://www.gnu.org/software/guile/">
|
||||||
<img src="https://luis-felipe.gitlab.io/media/badges/gnu-guile-made.svg" alt="" />
|
<img src="https://luis-felipe.gitlab.io/media/badges/gnu-guile-made.svg" alt="" />
|
||||||
<br></br>
|
<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%">
|
<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
|
## 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)
|
(name 'ajattix)
|
||||||
(url "https://codeberg.org/hashirama/ajatt-tools-guix.git")
|
(url "https://codeberg.org/hashirama/ajattix.git")
|
||||||
(branch "main")
|
(branch "main")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
|
|
Loading…
Reference in New Issue