pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | README | LICENSE

commit 43975cfe8d5da9f7074a2c8a353fb3b9412c7a77
parent 32a28072a1c4abcc16f8706c9d12f32fb8da9368
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sat,  4 Mar 2023 23:54:05 +0100

Mention dep in the readme

Diffstat:
MREADME.md | 9+++++++++
Mmanpage.1.md | 9+++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -5,6 +5,15 @@ NAME pmlag - Poor man's link aggregator +COMPILATION +=========== + +This library makes use of [dep](https://github.com/finwo/dep) to manage it's +dependencies and exports. + +To build, first run `dep install` from the root of the repository, after which +you can run `make` to build the project. + SYNOPSIS ======== diff --git a/manpage.1.md b/manpage.1.md @@ -5,6 +5,15 @@ NAME ${NAME} - Poor man's link aggregator +COMPILATION +=========== + +This library makes use of [dep](https://github.com/finwo/dep) to manage it's +dependencies and exports. + +To build, first run `dep install` from the root of the repository, after which +you can run `make` to build the project. + SYNOPSIS ========