Updated Common Issues & Their Solutions (markdown)

Brandon 2021-02-10 18:35:25 +00:00
parent d39d383415
commit 3853505266
1 changed files with 9 additions and 2 deletions

@ -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)