summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-02-04 14:02:28 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-02-04 14:02:28 +0000
commit06d1b194d4ce46524bc03628ecdf15fa2e135e5f (patch)
tree87ab98a2f8d84a0ecc9b2c324fd403d022df93e5 /README.md
parent1b1148cacc4bc90cc4cefb9f543f87c94d19c7df (diff)
downloaddecky-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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bfa1184..53f0122 100644
--- a/README.md
+++ b/README.md
@@ -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: