+{% octicon cloud-download %} Download
## Features
diff --git a/docs/installation.markdown b/docs/installation.markdown
index b03834fbc..d832a9ef9 100644
--- a/docs/installation.markdown
+++ b/docs/installation.markdown
@@ -8,6 +8,7 @@ Windows 10 or later is required to run WezTerm.
{% for asset in site.github.latest_release.assets %}
{% if asset.name contains 'azure' and asset.name contains 'windows' %}
+{% octicon cloud-download %} Download for Windows
1. Download {{ asset.name }}
2. Extract the zipfile and double-click `wezterm.exe` to run the UI
3. Configuration instructions can be [found here](configuration.html)
@@ -21,6 +22,7 @@ versions of macOS, but that has not been tested.
{% for asset in site.github.latest_release.assets %}
{% if asset.name contains 'azure' and asset.name contains 'macos' %}
+{% octicon cloud-download %} Download for macOS
1. Download {{ asset.name }}
2. Extract the zipfile and drag the `WezTerm.app` bundle to your `Applications` folder
3. First time around, you may need to right click and select `Open` to allow launching
@@ -38,6 +40,7 @@ debian style systems.
{% for asset in site.github.latest_release.assets %}
{% if asset.name contains '.deb' %}
+{% octicon cloud-download %} Download for Ubuntu
* curl -LO {{ asset.browser_download_url }}
* `sudo dpkg -i {{ asset.name }}`
* The package installs `/usr/bin/wezterm`