diff --git a/docs/_config.yml b/docs/_config.yml
index 0abe036..fe58e4b 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -64,6 +64,7 @@ download:
name: MacOS
tail: macos.dmg
size: 76 MB
+ instructions: ./macos-install
- type: linux
name: Linux
diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html
index 88af7ac..a4410d5 100644
--- a/docs/_layouts/rising.html
+++ b/docs/_layouts/rising.html
@@ -171,7 +171,7 @@
{% for platform in site.download.downloads %}
{% endfor %}
@@ -189,7 +189,9 @@
diff --git a/docs/macos-install.md b/docs/macos-install.md
new file mode 100644
index 0000000..350b5f7
--- /dev/null
+++ b/docs/macos-install.md
@@ -0,0 +1,24 @@
+---
+layout: rising
+---
+
+# Installing F-Chat Rising on MacOS
+
+> ### Warning!
+>
+> F-Chat Rising is available only as an 'unsigned' application.
+> Running it on MacOS requires you to disable security
+> protections that are in place for a good reason:
+> Unsigned applications are a common way to distribute malware.
+>
+> Consider these alternatives to increase your safety:
+>
+> 1) Compile F-Chat Rising yourself from the [source](https://github.com/mrstallion/fchat-rising); or
+> 2) Donate a code signing certificate so we can sign the client.
+>
+> F-Chat Rising is not malware.
+> No reason not to trust what the internet says, _right?_
+
+If you are confident that you wish to continue despite all that,
+you can find instructions for running unsigned applications [here](https://www.wikihow.com/Install-Software-from-Unsigned-Developers-on-a-Mac).
+