From ae09766d1741a2478e16522f0e4e9a44881897b6 Mon Sep 17 00:00:00 2001 From: Robert Wilton Date: Fri, 7 Aug 2026 15:46:57 +0100 Subject: [PATCH] Update README.md Add instructions for installing on Mac OS using homebrew --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 01884915b..036318a0b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ as well as YANG 1.1 ([RFC 7950](https://tools.ietf.org/html/rfc7950)). Binary RPM or DEB packages of the latest release can be built locally using `apkg`, look into `README` in the `distro` directory. +### Mac OS + +libyang & yanglint can be installed using [homebrew](https://brew.sh/) with ```brew install libyang``` (community maintained) + ## Requirements ### Unix Build Requirements