From c1e058ad73dcd9cf757a30ab8f529a22b52c3b5b Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Tue, 15 Jun 2021 16:36:14 -0700 Subject: [PATCH] Improve download page --- docs/docs/download.md | 24 +++++++++++++----------- docs/docs/stylesheets/extra.css | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/docs/download.md b/docs/docs/download.md index 07021c5e..8b93c6a9 100644 --- a/docs/docs/download.md +++ b/docs/docs/download.md @@ -1,26 +1,28 @@ ## Download for Windows -[![Download](https://img.shields.io/badge/Download-Windows-blue?logo=Windows&logoColor=white)](https://github.com/mborgerson/xemu/releases/latest/download/xemu-win-release.zip) +[Download for Windows :fontawesome-brands-windows:](https://github.com/mborgerson/xemu/releases/latest/download/xemu-win-release.zip){ .md-button .md-button--secondary } -The latest pre-built release version is recommended. Simply download the release for Windows, extract the archive, and launch xemu.exe. +### Installation + +Simply download the Zip archive release for Windows, extract the archive to a directory, then double-click on xemu.exe. ## Download for macOS -[![Download](https://img.shields.io/badge/Download-macOS-blue?logo=Apple&logoColor=white)](https://github.com/mborgerson/xemu/releases/latest/download/xemu-macos-universal-release.zip) +[Download for macOS :fontawesome-brands-apple:](https://github.com/mborgerson/xemu/releases/latest/download/xemu-macos-universal-release.zip){ .md-button .md-button--secondary } -**Note:** The above download is a Universal binary, for both x86-64 and the new Apple M1-based Macs. +**Compatibility Note:** This download is a Universal binary, and will work on both x86-64 and the new Apple M1-based Macs. -The latest pre-built release version is recommended. Simply download the release for macOS, extract the archive, then run the application (optionally drag the *xemu* app to your Applications folder). Because the app is not signed, you will need to right-click, or hold the control key and click, on the app and in the context menu that appears select Open on first launch. +### Installation + +Simply download the Zip archive release for macOS, extract the archive, then run the application. Optionally drag the xemu app bundle to your Applications folder. + +Because the app is not signed, you will need to right-click, or hold the control key and click, on the app and in the context menu that appears select Open on first launch. ## Download for Linux ### Ubuntu 18.04 and newer -[![Download](https://img.shields.io/badge/Download-Ubuntu%20PPA-orange?logo=ubuntu&logoColor=white)](https://launchpad.net/~mborgerson/+archive/ubuntu/xemu) - -Users running recent versions of Ubuntu (18.04 and newer) are recommended to install through the daily build PPA repository. - -At the command line, run the following: +Users running recent versions of Ubuntu (18.04 and newer) are recommended to install through the daily build PPA repository. At the command line, run the following: ```bash sudo add-apt-repository ppa:mborgerson/xemu @@ -30,6 +32,6 @@ sudo apt install xemu You can now launch xemu through your typical launcher, or by typing `xemu` at the command line. -### Other Distributions +### Other Linux Distributions Users running non-Ubuntu distributions are currently recommended to [build from source](building-from-source.md#linux). diff --git a/docs/docs/stylesheets/extra.css b/docs/docs/stylesheets/extra.css index 8079bcfb..b9b1157d 100644 --- a/docs/docs/stylesheets/extra.css +++ b/docs/docs/stylesheets/extra.css @@ -42,7 +42,7 @@ --md-primary-fg-color--light: var(--gray-800); --md-primary-fg-color--dark: #00ff00; - --md-accent-fg-color: var(--gray-400); + --md-accent-fg-color: var(--gray-600); --md-accent-fg-color--transparent: var(--gray-800); --md-accent-bg-color: var(--gray-200); --md-accent-bg-color--light: var(--gray-200);