From 6ef681adb1b2fa727a880232e3004b52a8aedc12 Mon Sep 17 00:00:00 2001 From: Ivan Pereira <183991+ivanrvpereira@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:43:58 +0000 Subject: [PATCH] Fix install commands in README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 178d186..4033ae6 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,13 @@ A [pi](https://github.com/badlogic/pi-mono) extension that gives your coding age ## Installation ```bash -pi install pi-perplexity +pi install npm:pi-perplexity ``` -Or add to your `~/.pi/agent/settings.json` (global) or `.pi/settings.json` (project): +Or from GitHub: -```json -{ - "packages": ["pi-perplexity"] -} +```bash +pi install github:ivanrvpereira/pi-perplexity ``` ## Authentication