From 9c9970ea2b59e038104c1cf38bb7a95e4572f623 Mon Sep 17 00:00:00 2001 From: Yakov Till Date: Sat, 10 Jan 2026 19:57:18 +0100 Subject: [PATCH] Update opencode-pty install guidance --- opencode-pty.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode-pty.install b/opencode-pty.install index 2cc59dda8cba..2efa377b7bc6 100644 --- a/opencode-pty.install +++ b/opencode-pty.install @@ -7,7 +7,7 @@ post_install() { echo "(e.g., ~/.config/opencode/config.json):" echo "" echo " {" - echo " \"plugin\": [\"opencode-pty\"]" + echo " \"plugin\": [\"file:///usr/lib/opencode/plugins/opencode-pty\"]" echo " }" echo "" echo "=========================================================================="