diff --git a/INSTALL.md b/INSTALL.md index 346c43d6f..4cd8a9e4b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -292,7 +292,7 @@ CPack: - package: /home/myusername/emulationstation-de/emulationstation-de-1.0.0 You may like to check that the dependencies look fine, as they're automatically generated by CMake: ``` -dpkg -I -/emulationstation-de-1.0.0.deb +dpkg -I ./emulationstation-de-1.0.0.deb ``` The package can now be installed using a package manager, for example apt: @@ -301,7 +301,7 @@ The package can now be installed using a package manager, for example apt: sudo apt install ./emulationstation-de-1.0.0.deb ``` -For RPM packages, remove the comment in CMakeLists.txt accordingly, from: +For RPM packages, remove the comment in es-app/CMakeLists.txt accordingly, from: ``` #SET(CPACK_GENERATOR "RPM")