From cbc8d087e702ec42f51ca8ff58f485bc88c464d6 Mon Sep 17 00:00:00 2001 From: mborgerson Date: Wed, 9 Jun 2021 17:05:16 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 07785cf..69498e2 100644 --- a/Home.md +++ b/Home.md @@ -70,7 +70,9 @@ Continue to [Getting Started](#getting-started). [![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. Users running non-Ubuntu distributions are currently recommended to [build from source](https://github.com/mborgerson/xemu/wiki/Building-from-Source#linux). + +At the command line, run the following: ```bash sudo add-apt-repository ppa:mborgerson/xemu @@ -80,8 +82,6 @@ sudo apt install xemu You can now launch xemu through your typical launcher, or by typing `xemu` at the command line. -Users running different distributions are currently recommended to [build from source](https://github.com/mborgerson/xemu/wiki/Building-from-Source#linux). - Continue to [Getting Started](#getting-started). ---