Improve download page

This commit is contained in:
Matt Borgerson 2021-06-15 16:36:14 -07:00
parent 1531af80ae
commit c1e058ad73
2 changed files with 14 additions and 12 deletions

View File

@ -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 <kbd>control</kbd> key and click, on the app and in the context menu that appears select <kbd>Open</kbd> 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 <kbd>control</kbd> key and click, on the app and in the context menu that appears select <kbd>Open</kbd> 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).

View File

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