Browse Source

Add titles to building and installing

Marc Di Luzio 6 years ago
parent
commit
65717599ec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -12,6 +12,7 @@ If your distribution already has GameMode packaged, it is preferable to install
 
 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
@@ -30,6 +31,7 @@ Gentoo has a bleeding-edge ebuild which builds from sources. It will also pull i
 ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
 ```
 
+### Build and Install GameMode
 Then clone, build and install a release version of GameMode at 1.2:
 
 ```bash