From 380f6c77ed3c351e79dd1318ee828f857e4f5270 Mon Sep 17 00:00:00 2001 From: laz Date: Sun, 30 Mar 2025 12:10:26 +0200 Subject: [PATCH] heresy --- .../retrodeck-gamemode-boot/retrodeck-gamemode-boot.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wiki-rtd/docs/wiki_experiments/retrodeck-gamemode-boot/retrodeck-gamemode-boot.md b/wiki-rtd/docs/wiki_experiments/retrodeck-gamemode-boot/retrodeck-gamemode-boot.md index 90da15c..89b766e 100644 --- a/wiki-rtd/docs/wiki_experiments/retrodeck-gamemode-boot/retrodeck-gamemode-boot.md +++ b/wiki-rtd/docs/wiki_experiments/retrodeck-gamemode-boot/retrodeck-gamemode-boot.md @@ -51,7 +51,6 @@ The easiest way to get the game ID for non-Steam games is to go to the RetroDECK ``` -```bash #!/bin/bash steam "$@" steam://rungameid/ ``` @@ -59,10 +58,10 @@ steam "$@" steam://rungameid/ **Example:** ``` -```bash #!/bin/bash steam "$@" steam://rungameid/14508945201516511232 ``` + 5. Save the file. 6. Reboot the Steam Deck. -7. RetroDECK and it should now directly boot into RetroDECK. +7. The Steam Deck should now directly boot into RetroDECK.