From eb869a60dc81d173cdb2247bf22515981a1bea7e Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 13 Aug 2022 15:49:00 +0100 Subject: [PATCH] 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. --- Installation-&-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation-&-Setup.md b/Installation-&-Setup.md index ac5b888..6f5eb17 100644 --- a/Installation-&-Setup.md +++ b/Installation-&-Setup.md @@ -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.