From ebbb9a35117c5b9bd589638e8c2cb4609ec902d5 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Mon, 3 Jun 2019 08:10:30 +0100 Subject: [PATCH] Fix libdbus-1-dev package name typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80344dd..47abbd8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ GameMode depends on `meson` for building and `systemd` for internal communicatio #### Ubuntu/Debian (you may also need `dbus-user-session`) ```bash -apt install meson libsystemd-dev pkg-config ninja-build git libdbus1-dev +apt install meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev ``` #### Arch ```bash