From c2432d6182b278c5f0d94146aa733ab05f008f0a Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 24 Apr 2018 13:43:44 +0100 Subject: [PATCH] Add git to the install dependencies as seen in #36 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fbc761..8d57b2e 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ GameMode depends on `meson` for building and `systemd` for internal communicatio ```bash # Ubuntu -apt install meson libsystemd-dev pkg-config ninja-build +apt install meson libsystemd-dev pkg-config ninja-build git # Arch -pacman -S meson systemd +pacman -S meson systemd git # Fedora -dnf install meson systemd-devel pkg-config +dnf install meson systemd-devel pkg-config git wget https://github.com/FeralInteractive/gamemode/archive/1.0.tar.gz && tar -xvf 1.0.tar.gz cd gamemode-1.0