From 1cadd6fab036a403c4de139d9d6d0f5fcdced945 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Fri, 18 May 2018 18:38:10 +0100
Subject: [PATCH] README: fix some formatting

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 3b1534462..4304ea21a 100644
--- a/README.md
+++ b/README.md
@@ -98,11 +98,11 @@ Instructions for testing
 
     - be a user who can sudo
 
-        $ cd /opt
-        $ sudo mkdir pressure-vessel
-        $ sudo chown $(id -nu) pressure-vessel
-        $ tar --strip-components=1 -C pressure-vessel -xzvf ~/pressure-vessel-*-bin.tar.gz
-        $ chmod -R a+rX pressure-vessel
+            $ cd /opt
+            $ sudo mkdir pressure-vessel
+            $ sudo chown $(id -nu) pressure-vessel
+            $ tar --strip-components=1 -C pressure-vessel -xzvf ~/pressure-vessel-*-bin.tar.gz
+            $ chmod -R a+rX pressure-vessel
 
 * Launch a game once without pressure-vessel
 
@@ -110,12 +110,12 @@ Instructions for testing
 
     - be the Steam user, possibly via sudo -u steam -s
 
-        $ nano ~/.steam/steam/userdata/[0-9]*/config/localconfig.vdf
+            $ nano ~/.steam/steam/userdata/[0-9]*/config/localconfig.vdf
 
     - navigate to UserLocalConfigStore/Software/Valve/Steam/Apps/*game ID*
     - below LastPlayed, add:
 
-        "LaunchOptions" "/opt/pressure-vessel/bin/pressure-vessel-wrap -- %command%"
+            "LaunchOptions" "/opt/pressure-vessel/bin/pressure-vessel-wrap -- %command%"
 
     - restart Steam (on SteamOS use `sudo systemctl restart lightdm`)
 
-- 
GitLab