From e996b83097bb418978a42e4c4db9d3a053d6129d Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 1 Aug 2019 13:57:29 +0100
Subject: [PATCH] README: Update for current Steam Linux Runtime depot

The Steam Linux Runtime depot no longer has spaces in its name.
This continues from !2.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 3405d57e9..79b46c6f1 100644
--- a/README.md
+++ b/README.md
@@ -228,13 +228,13 @@ Instructions for testing
 
 * Unpack `pressure-vessel-`*VERSION*`-bin.tar.gz` (or `...-bin+src.tar.gz`)
   in some convenient place, for example
-  `~/.steam/root/steamapps/common/Steam Linux Runtime/pressure-vessel`:
+  `~/.steam/root/steamapps/common/SteamLinuxRuntime/pressure-vessel`:
 
         $ rm -fr ~/.steam/steam/steamapps/common/SteamLinuxRuntime/pressure-vessel
         $ mkdir -p ~/.steam/steam/steamapps/common/SteamLinuxRuntime/pressure-vessel
         $ tar \
             --strip-components=1 \
-            -C ~/.steam/steam/steamapps/common/"Steam Linux Runtime"/pressure-vessel \
+            -C ~/.steam/steam/steamapps/common/SteamLinuxRuntime/pressure-vessel \
             -xzvf ~/pressure-vessel-*-bin.tar.gz
 
 * Launch a game once without pressure-vessel
@@ -251,7 +251,7 @@ Instructions for testing
 
     - below LastPlayed, add:
 
-            "LaunchOptions" "~/.steam/root/steamapps/common/'Steam Linux Runtime'/pressure-vessel/bin/pressure-vessel-unruntime-test-ui -- %command%"
+            "LaunchOptions" "~/.steam/root/steamapps/common/SteamLinuxRuntime/pressure-vessel/bin/pressure-vessel-unruntime-test-ui -- %command%"
 
     - optionally put some Flatpak-style runtimes alongside pressure-vessel,
       for example `~/.steam/steam/steamapps/common/SteamLinuxRuntime/scout`.
@@ -260,10 +260,10 @@ Instructions for testing
       `~/.steam/steam/steamapps/common/SteamLinuxRuntime/scout/metadata`, for
       example:
 
-            $ rm -fr ~/.steam/steam/steamapps/common/"Steam Linux Runtime"/scout
-            $ mkdir -p ~/.steam/steam/steamapps/common/"Steam Linux Runtime"/scout
+            $ rm -fr ~/.steam/steam/steamapps/common/SteamLinuxRuntime/scout
+            $ mkdir -p ~/.steam/steam/steamapps/common/SteamLinuxRuntime/scout
             $ tar \
-                -C ~/.steam/steam/steamapps/common/"Steam Linux Runtime"/scout \
+                -C ~/.steam/steam/steamapps/common/SteamLinuxRuntime/scout \
                 -xzvf ~/com.valvesoftware.SteamRuntime.Platform-amd64,i386-scout-runtime.tar.gz
 
     - restart Steam (on SteamOS use `sudo systemctl restart lightdm`)
@@ -311,7 +311,7 @@ Instructions for testing
         for example produced by [flatdeb][] (this is a special case of a
         merged `/usr`). For example, you could use:
 
-            /opt/pressure-vessel/bin/pressure-vessel-unruntime --runtime=$HOME/.steam/steam/steamapps/common/'Steam Linux Runtime'/scout -- %command%
+            /opt/pressure-vessel/bin/pressure-vessel-unruntime --runtime=$HOME/.steam/steam/steamapps/common/SteamLinuxRuntime/scout -- %command%
 
         or:
 
-- 
GitLab