From 9a28c7da115d9b2a0ad7b2addbe7bb6ce214c79c Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 4 Mar 2021 18:04:00 +0100 Subject: [PATCH] Fixed two small errors in INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")