Fixed two small errors in INSTALL.md

This commit is contained in:
Leon Styhre 2021-03-04 18:04:00 +01:00
parent 0124c59a7f
commit 9a28c7da11

View file

@ -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")