diff options
| author | Aamir Tahir <saamirt@gmail.com> | 2022-09-21 14:56:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-21 14:56:45 -0700 |
| commit | a264f36966e0af13023d88f19d9295cc2fd790db (patch) | |
| tree | aa8e33b550879a325f836d1ab2a53aee0a9a21fc | |
| parent | 60c8c5db42ea68642195cd7087d8092a1b750fca (diff) | |
| download | decky-loader-a264f36966e0af13023d88f19d9295cc2fd790db.tar.gz decky-loader-a264f36966e0af13023d88f19d9295cc2fd790db.zip | |
Add note about opening terminal to README (#176)
Quick note about how to open the terminal using the pre-installed Konsole app for users that are either new to linux or Steam Deck.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Keep an eye on the [Wiki](https://deckbrew.xyz) for more information about Plugi 4. Under Miscellaneous, enable `CEF Remote Debugging` 5. Click on the `STEAM` button and select `Power` -> `Switch to Desktop` 6. Make sure you have a password set with the "passwd" command in terminal to install it ([YouTube Guide](https://www.youtube.com/watch?v=1vOMYGj22rQ)). -7. Open a terminal and paste the following command into it: +7. Open a terminal ("Konsole" is the pre-installed terminal application) and paste the following command into it: - For the latest pre-release: - `curl -L https://github.com/SteamDeckHomebrew/decky-loader/raw/main/dist/install_prerelease.sh | sh` - For testers/plugin developers: |
