From c278c5b32dbb4b185e15a8e89d1597d47277caba Mon Sep 17 00:00:00 2001 From: Kenneth Ostby Date: Wed, 8 Jun 2022 15:30:06 -0700 Subject: [PATCH] Added instructions for macports Added instructions for how to install flock using macports. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index de20f56..0973888 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ On macOS using Homebrew: brew install discoteq/discoteq/flock +On macOS using MacPorts: + + port install flock + + From source: FLOCK_VERSION=0.4.0