Explorar el Código

Fix libdbus-1-dev package name typo

Alex Smith hace 5 años
padre
commit
ebbb9a3511
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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