From f1308be73d8297f2f223e245087d3276a8b924d9 Mon Sep 17 00:00:00 2001 From: Blasius Patrick Date: Tue, 23 Jun 2026 19:00:19 +0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44318a0..e8ecdb9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Install the plugin: git clone https://github.com/blaspat/hermes-nodes-plugin \ ~/.hermes/plugins/hermes-nodes-plugin ``` +Then, update your `config.yaml`. Add `hermes-nodes-plugin` +```yaml +plugins: + enabled: + - hermes-nodes-plugin +``` ## Core Features - `node_exec(target, command)`: run shell commands on a paired node (auto-retries on disconnect). @@ -110,7 +116,7 @@ hermes node revoke --name my-devbox ``` ## Contributing -- Code Style: Follow `CONTRIBUTING.md`. +- Code Style: Follow [CONTRIBUTING](CONTRIBUTING.md). - Lint it: `ruff check .` - Flow: Fork → Branch → PR. @@ -125,4 +131,4 @@ hermes node revoke --name my-devbox - **[Hermes Agent](`github.com/NousResearch/hermes-agent`):** Core framework. --- -License: [MIT](LICENSE) | Author: © 2026 Blasius User +License: [MIT](LICENSE) | Author: © 2026 Blasius Patrick