Browse Source

Fix libdbus-1-dev package name typo

Alex Smith 5 years ago
parent
commit
ebbb9a3511
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
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