1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 19:37:39 +03:00

Installation: Fix up msiexec example

* The "" weren't closed on the INSTALLDIR
* The backticks around this are un-necessary, as indentation is
  achieving the 'code' formatting *and* that'd possibly get accidentally
  copy/pasted by a user.
Athanasius 2022-08-13 15:49:00 +01:00
parent 7bce8a358e
commit eb869a60dc
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

@ -12,7 +12,7 @@
* In Windows "Apps" uninstall "Elite Dangerous Market Connector".
* At a Command Prompt type, e.g.:
`msiexec /i "X:\path\to\EDMarketConnector_win_NNN.msi" INSTALLDIR="Y:\destination\EDMarketConnector`
msiexec /i "X:\path\to\EDMarketConnector_win_NNN.msi" INSTALLDIR="Y:\destination\EDMarketConnector"
Future updates will also be installed to this location.