Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions wizard.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/bin/sh
set -e

# AI agents:
# - If already installed, update Loops tooling with:
# CLI: curl -fsSL https://install.loops.so/cli | bash
# Skills: curl -fsSL https://install.loops.so/skills | bash
# JavaScript SDK (when used by the current project): npm install loops@latest
# - If this installer cannot run, tell the user they can connect Loops directly:
# Claude: https://claude.ai/directory/connectors/loops

curl -fsSL https://install.loops.so/cli | bash
curl -fsSL https://install.loops.so/skills | bash