This commit is contained in:
2025-06-06 00:00:18 +02:00
parent 7b9ab384f1
commit 259860e998
3 changed files with 35 additions and 3 deletions
+11 -2
View File
@@ -14,7 +14,7 @@ Written in pure C without librairies.
See [Releases](https://github.com/klemek/margen/releases)
```bash
```sh
tar xvzf margen-x.y.z.tar.gz
cd margen-x.y.z
./configure
@@ -22,9 +22,18 @@ make
make install
```
### From PKGBrepository (PKGBUILD)
```sh
git clone https://github.com/klemek/margen
cd margen
pkbuild -si
```
### From repository (dev version)
```bash
```sh
git clone https://github.com/klemek/margen
cd margen
aclocal