Added pi.dev to ai.sh

This commit is contained in:
Nathan Schneider
2026-03-21 15:45:27 -07:00
parent e8be2ad873
commit ee6b554c9d
+4 -1
View File
@@ -7,4 +7,7 @@ curl -fsSL https://ollama.com/install.sh | sh
pipx install llm
llm install llm-ollama
echo "After restart, install some models with `ollama pull MODELNAME`!"
# Install pi
sudo npm install -g @mariozechner/pi-coding-agent
echo "After restart, install some models with `ollama pull MODELNAME`. Open pi with `ollama launch pi`."