Skip to content
Snippets Groups Projects
Commit 1cadd6fa authored by Simon McVittie's avatar Simon McVittie
Browse files

README: fix some formatting

parent caeb169f
No related branches found
No related tags found
No related merge requests found
...@@ -98,11 +98,11 @@ Instructions for testing ...@@ -98,11 +98,11 @@ Instructions for testing
- be a user who can sudo - be a user who can sudo
$ cd /opt $ cd /opt
$ sudo mkdir pressure-vessel $ sudo mkdir pressure-vessel
$ sudo chown $(id -nu) pressure-vessel $ sudo chown $(id -nu) pressure-vessel
$ tar --strip-components=1 -C pressure-vessel -xzvf ~/pressure-vessel-*-bin.tar.gz $ tar --strip-components=1 -C pressure-vessel -xzvf ~/pressure-vessel-*-bin.tar.gz
$ chmod -R a+rX pressure-vessel $ chmod -R a+rX pressure-vessel
* Launch a game once without pressure-vessel * Launch a game once without pressure-vessel
...@@ -110,12 +110,12 @@ Instructions for testing ...@@ -110,12 +110,12 @@ Instructions for testing
- be the Steam user, possibly via sudo -u steam -s - 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* - navigate to UserLocalConfigStore/Software/Valve/Steam/Apps/*game ID*
- below LastPlayed, add: - 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`) - restart Steam (on SteamOS use `sudo systemctl restart lightdm`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment