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). ---