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.