From 385350526638f4b90e197dbda4a675ffc8dbad36 Mon Sep 17 00:00:00 2001 From: Brandon <10378052+bee-san@users.noreply.github.com> Date: Wed, 10 Feb 2021 18:35:25 +0000 Subject: [PATCH] Updated Common Issues & Their Solutions (markdown) --- Common-Issues-&-Their-Solutions.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Common-Issues-&-Their-Solutions.md b/Common-Issues-&-Their-Solutions.md index ed04472..ea1c66f 100644 --- a/Common-Issues-&-Their-Solutions.md +++ b/Common-Issues-&-Their-Solutions.md @@ -6,8 +6,15 @@ Otherwise, use Docker. [See here for our Docker instructions](https://github.com/Ciphey/Ciphey/wiki/Installation). # I can't install Ciphey on Mac OS -This is a known issue and the workaround is to use Docker. -[See here for our Docker instructions](https://github.com/Ciphey/Ciphey/wiki/Installation). +Try using Macports! + +[Click here for how to install MacPorts.](https://www.macports.org/install.php) + +``` +sudo port install ciphey +``` + +Our MacPorts port is maintained by @harens. If you might have information that is unique and can help us fix this bug, please [see this issue and add to it.](https://github.com/Ciphey/Ciphey/issues/362)