Bladeren bron

Document installing the plugin from its Git URL

Paul Klumpp 1 week geleden
bovenliggende
commit
a91664c0e6
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -58,12 +58,12 @@ Capabilities natively implemented by the Chatto plugin adapter:
 
 ### Option A: Plugin Install (Recommended)
 
-If the plugin is available in a plugin registry:
-
 ```bash
-hermes plugins install hermes-chatto-plugin
+hermes plugins install https://gogs.netdome.biz/paul/hermes-chatto-plugin.git
 ```
 
+Hermes clones the plugin from that Git URL into its platform-plugin directory and auto-discovers it on gateway startup — no manual registration needed.
+
 ### Option B: Manual Installation
 
 Copy the plugin files into the Hermes Agent plugin directory so they sit at `~/.hermes/plugins/platforms/chatto/`. Hermes auto-discovers platform plugins on gateway startup — no manual registration needed.