ruflo

Install Options

/docs/quick-start/install-options

OptionDescription
--global, -gInstall globally (npm install -g)
--minimal, -mSkip optional deps (faster, ~15s)
--setup-mcpAuto-configure MCP server for Claude Code
--doctor, -dRun diagnostics after install
--no-initSkip project initialization (init runs by default)
--full, -fFull setup: global + MCP + doctor
--version=X.X.XInstall specific version

Examples:

bash
# Minimal global install (fastest)
curl ... | bash -s -- --global --minimal

# With MCP auto-setup
curl ... | bash -s -- --global --setup-mcp

# Full setup with diagnostics
curl ... | bash -s -- --full

Speed:

ModeTime
npx (cached)~3s
npx (fresh)~20s
global~35s
--minimal~15s