clear install

This commit is contained in:
2025-06-05 15:23:09 +02:00
parent 3a100080c2
commit 604902b398
+14
View File
@@ -10,6 +10,20 @@ Written in pure C without librairies.
## Install
### From release
See [Releases](https://github.com/klemek/margen/releases)
```bash
tar xvzf margen-x.y.z.tar.gz
cd margen-x.y.z
./configure
make
make install
```
### From repository (dev version)
```bash
git clone https://github.com/klemek/margen
cd margen