pmlag

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

commit 02d447db54fcbbadfb3627e483b5d225c1d425d8
parent 36a4fec65d2e6430ce3e3fbb07abc5a519677545
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Thu, 16 Mar 2023 23:05:47 +0100

Added target reference to the readme

Diffstat:
MREADME.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -9,9 +9,13 @@ TL;DR; ------ ```sh -curl -sSL https://raw.githubusercontent.com/finwo/pmlag/edge/install.sh | bash +curl -sSL https://raw.githubusercontent.com/finwo/pmlag/edge/install.sh | sudo TARGET=<target> bash ``` +**Targets:** +- openwrt-amd64 +- linux-amd64 (default) + Getting started ---------------