diff --git a/README.md b/README.md
index e67d7ff8..2652073a 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,41 @@
Overview
----------
-Dust3D is a brand new 3D modeling software. It helps you create a 3D watertight model in seconds. Use it to speed up your character modeling in game making, 3D printing, and so on.
+Dust3D is fundamentally new 3D modeling software. It helps you create a 3D watertight model in seconds. Use it to speed up your character modeling in game making, 3D printing, and so on.
-- [Download Dust3D Software](https://docs.dust3d.org/en/latest/install.html)
+- [Download Dust3D](https://docs.dust3d.org/en/latest/install.html)
- [Quick Start](https://docs.dust3d.org)
- __[Join Mailing List to get Updated](https://www.freelists.org/list/dust3d)__
+Installation
+----------------------
+
+Dust3D is available for Windows, macOS, and Linux.
+
+You can get the latest version in the Releases tab of this GitHub repo. If you're feeling adventurous, you can also build from source.
+
+### Windows
+
+[Download the .exe](https://github.com/huxingyi/dust3d/releases) – no installation necessary.
+
+### macOS
+
+On macOS, you can download the `.dmg` file or with homebrew:
+```sh
+brew cask install dust3d
+```
+
+### Linux
+
+We provide a `.AppImage` file in the [releases tab](https://github.com/huxingyi/dust3d/releases):
+```sh
+chmod a+x ./dust3d-1.0.0-rc.6.AppImage
+./dust3d-1.0.0-rc.6.AppImage
+```
+
+
Screenshots
----------------------