[docs](trx-plugin-example): update paths and references

Update dependency paths to new trx-backend and trx-frontend
locations. Replace trx-bin references with trx-server/trx-client.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-06 23:02:13 +01:00
parent 11f1a095f6
commit 28cd7fe577
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ mkdir -p plugins
cp target/release/libtrx_plugin_example.* plugins/
```
Run `trx-bin` with `TRX_PLUGIN_DIRS=./plugins` to discover the plugin.
Run `trx-server` or `trx-client` with `TRX_PLUGIN_DIRS=./plugins` to discover the plugin.