commit 35bb8159b00952631124393082d4f7beb9579893
parent 2816f472812b66712cf98b72eb4b2c963e01152e
Author: krasjet
Date: 2020-11-21 01:17Z

readme: patch merged

Diffstat:
MREADME.md | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -30,8 +30,8 @@ You can also use `*` for wildcard patterns, for example, /1/* -> 10001 /2/* -> 10002 -but it requires a patched version of liblo. See *Patch liblo* section below for -details. +but it requires a patched version of liblo (already merged into main branch). +See *Patch liblo* section below for details. After setting up a config file, you can start the router on port 10000 with the default UDP protocol by executing @@ -76,6 +76,9 @@ to install it on your system. Patch liblo ----------- +The following instructions has been deprecated since my patch has been merged +into the main branch. + If you want to use wildcard patterns in config file, you need a patched version of liblo. First clone the repository: