summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-07-03 13:30:58 -0700
committerGitHub <noreply@github.com>2022-07-03 13:30:58 -0700
commit8eb89da3734c1c8bab74e23c6517ca6b16662dce (patch)
tree05938c91266967ccb6d36e5c6aecd1a75f9b932e
parentace9f61e5007385e0866983d629cbd43e4b6abc7 (diff)
downloaddecky-loader-8eb89da3734c1c8bab74e23c6517ca6b16662dce.tar.gz
decky-loader-8eb89da3734c1c8bab74e23c6517ca6b16662dce.zip
Update README.md
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7aef771a..0b7f07bf 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,11 @@ Keep an eye on the [Wiki](https://deckbrew.xyz) for more information about Plugi
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:
- For users:
- - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/install_release.sh | sh`
- - For plugin developers:
+ - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/legacy/dist/install_release.sh | sh`
+ - For the latest pre-release,
+ - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/install_prerelease.sh | sh`
+ - For testers/plugin developers:
+ - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/install_prerelease.sh | sh`
- [Wiki Link](https://deckbrew.xyz/en/loader-dev/development)
7. Done! Reboot back into Gaming mode and enjoy your plugins!