diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-02-04 14:02:28 +0000 |
|---|---|---|
| committer | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-02-04 14:02:28 +0000 |
| commit | 06d1b194d4ce46524bc03628ecdf15fa2e135e5f (patch) | |
| tree | 87ab98a2f8d84a0ecc9b2c324fd403d022df93e5 /README.md | |
| parent | 1b1148cacc4bc90cc4cefb9f543f87c94d19c7df (diff) | |
| download | decky-installer-06d1b194d4ce46524bc03628ecdf15fa2e135e5f.tar.gz decky-installer-06d1b194d4ce46524bc03628ecdf15fa2e135e5f.zip | |
Rename decky_plugin_installer.py to decky_client.py
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,17 +23,17 @@ The installer now supports configuring custom plugin store URLs: #### Configure a Custom Store URL ```bash -python3 decky_plugin_installer.py --configure-store "https://your-custom-store.com/plugins" +python3 decky_client.py --configure-store "https://your-custom-store.com/plugins" ``` #### Get the Currently Configured Store URL ```bash -python3 decky_plugin_installer.py --get-store +python3 decky_client.py --get-store ``` #### Install from a Custom Store ```bash -python3 decky_plugin_installer.py --target-id 42 --store-url "https://your-custom-store.com/plugins" +python3 decky_client.py --target-id 42 --store-url "https://your-custom-store.com/plugins" ``` ## Mock Server for Testing @@ -47,7 +47,7 @@ python3 mock_decky_server.py --auto-confirm ### Test with the Mock Server ```bash -python3 decky_plugin_installer.py --target-id 42 +python3 decky_client.py --target-id 42 ``` The mock server implements the following Decky Loader backend routes: |
