docs: update README

This commit is contained in:
2026-05-03 21:44:30 +02:00
parent fd1af94480
commit 4c8c587970
+3 -3
View File
@@ -14,7 +14,7 @@ Written in pure C without librairies.
### From release
See [Releases](https://github.com/klemek/margen/releases)
See [Releases](https://git.klemek.fr/klemek/margen/releases)
```sh
tar xvzf margen-x.y.z.tar.gz
@@ -27,7 +27,7 @@ make install
### From repository (PKGBUILD)
```sh
git clone https://github.com/klemek/margen
git clone https://git.klemek.fr/klemek/margen
cd margen
makepkg -si
```
@@ -36,7 +36,7 @@ makepkg -si
### From repository (dev version)
```sh
git clone https://github.com/klemek/margen
git clone https://git.klemek.fr/klemek/margen
cd margen
aclocal
autoconf