diff options
| author | Beebles <102569435+beebls@users.noreply.github.com> | 2022-07-30 19:40:44 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-30 18:40:44 -0700 |
| commit | 789058b72f6e171a52604fd44bb6a8e08ab1878b (patch) | |
| tree | 4d16ef584c4fda68eb1d3ce3205aafc758fe0841 | |
| parent | 4a68b1430dfdbe5e1d7db925b73980b4a0806a18 (diff) | |
| download | decky-loader-789058b72f6e171a52604fd44bb6a8e08ab1878b.tar.gz decky-loader-789058b72f6e171a52604fd44bb6a8e08ab1878b.zip | |
Readme.md references incorrect github repo (#124)
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,12 +13,12 @@ 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 the latest pre-release: - - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/install_prerelease.sh | sh` + - `curl -L https://github.com/SteamDeckHomebrew/decky-loader/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` + - `curl -L https://github.com/SteamDeckHomebrew/decky-loader/raw/main/dist/install_prerelease.sh | sh` - [Wiki Link](https://deckbrew.xyz/en/loader-dev/development) - For the legacy version (unsupported): - - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/legacy/dist/install_release.sh | sh` + - `curl -L https://github.com/SteamDeckHomebrew/decky-loader/raw/legacy/dist/install_release.sh | sh` 7. Done! Reboot back into Gaming mode and enjoy your plugins! ### Install/Uninstall Plugins |
