pmlag

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

commit 27d9c44a13c8241f8f9a0865763714d051d09dc8
parent 8ed74f215ad6716e48ee2a900e62f2f09a730de1
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Tue, 14 Mar 2023 22:35:26 +0100

Added minimal compilation/installation docs

Diffstat:
Mdocs/compiling.md | 3+++
Mdocs/installing.md | 8++++++++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/docs/compiling.md b/docs/compiling.md @@ -6,3 +6,6 @@ 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. + +After you've compiled the pmlag utility, you may want to run `sudo make install` +to install it on your machine. diff --git a/docs/installing.md b/docs/installing.md @@ -1,4 +1,12 @@ Installing ---------- +For now, there's no package managers that include the pmlag utility that we know +of. +You can either install pmlag from source by [compiling it +yourself](compiling.md), or by going to the +[edge](https://github.com/finwo/pmlag/releases/tag/edge) or +[stable](https://github.com/finwo/pmlag/releases/tag/stable) tag's page, +downloading it's precompiled package and following the instructions in the +package.