From 04a81105df993fe450958d4e2f61168729abeb64 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Thu, 31 Jan 2019 19:31:52 +0000 Subject: [PATCH] Re-order the install dependencies title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e499883..c1c2d5c 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Issues with GameMode should be reported here in the issues section, and not repo *It is preferable to install GameMode with your package manager of choice, if available*. There are Solus, AUR, Gentoo and Fedora packages available at the time of writing. +### Install Dependencies GameMode depends on `meson` for building and `systemd` for internal communication. This repo contains a `bootstrap.sh` script to allow for quick install to the user bus, but check `meson_options.txt` for custom settings. -### Install Dependencies #### Ubuntu/Debian (you may also need `dbus-user-session`) ```bash apt install meson libsystemd-dev pkg-config ninja-build git