From 17dc663cea0a2e036a0b884313846f2414b707b5 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Wed, 14 Aug 2019 18:28:32 +0100 Subject: [PATCH] Document Linux Steam Play and Wine setup Fixes #437 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c9e217d4..fe45bcbe 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,21 @@ Windows: * Double-click on it to install. * Run **Elite Dangerous Market Connector** from the Start Menu or Start Screen. +Linux with Steam Play: + +* Copy and paste the following into a Terminal app window: + + `mkdir -p ~/.steam/steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/Saved\ Games/Frontier\ Developments/Elite\ Dangerous` + + and press Enter (assuming that your Steam library is in the default `~/.steam` location). +* (Re)-start the game. +* Follow the instructions on [running from source](#running-from-source). +* Adjust the “E:D journal file location” setting on the Configuration tab to point to `~/.steam/steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/Saved Games/Frontier Developments/Elite Dangerous`. + +Linux with Wine: + +* Follow the above instructions for Windows. + Setup --------