From b9be5e9c195831e91aeaf0f2c6ca61c774ec6c22 Mon Sep 17 00:00:00 2001 From: jolan78 Date: Wed, 25 Dec 2019 09:20:10 +0100 Subject: [PATCH] Mention MacPorts (#322) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0f4a684..1fc21889 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,17 @@ You can also use CryFS on older versions of these distributions by following the OSX ---- -CryFS is distributed via Homebrew. Just do +CryFS is distributed via Homebrew and MacPorts. + +If you use Homebrew: brew cask install osxfuse brew install cryfs + +If you use MacPorts (not available for OSX 10.15 at the moment): + + port install cryfs + Windows (experimental) ----------------------