]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: be clearer about how to install on macOS
authorVincent Bernat <vincent@bernat.ch>
Wed, 11 Mar 2026 08:25:26 +0000 (09:25 +0100)
committerVincent Bernat <vincent@bernat.ch>
Wed, 11 Mar 2026 08:25:26 +0000 (09:25 +0100)
None of the above methods (notably the Docker one) would work.

README.md

index 4a3c2aadedf1200a07b0c03c4f02af1d154c2bc6..f844658754ea20f901c88b899a9db8f3933f62ea 100644 (file)
--- a/README.md
+++ b/README.md
@@ -91,8 +91,7 @@ docker exec -it lldpd lldpcli
 
 ## Installation (macOS)
 
-The same procedure as above applies for macOS. However, there are
-simpler alternatives:
+For macOS:
 
  1. Use [Homebrew](https://brew.sh):
 ```sh
@@ -477,6 +476,6 @@ lldpd is distributed under the ISC license:
  > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-Also, `lldpcli` will be linked to GNU Readline (which is GPL licensed)
-if available. To avoid this, use `--without-readline` as a configure
-option.
+Also, `lldpcli` will be linked to GNU Readline (which is GPL licensed) if
+available. It is also compatible with BSD-licensed libedit, and libeditline.
+Alternatively, use `--without-readline` as a configure option.