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 "=========================================================================="