build: add make install target for flynn CLI

This commit is contained in:
William Valentin
2026-02-16 10:56:45 -08:00
parent 3863f59b45
commit 91282a9c47
2 changed files with 11 additions and 6 deletions
+3 -4
View File
@@ -38,15 +38,14 @@ Self-hosted personal AI assistant with Telegram and Terminal interfaces.
## Quick Start
```bash
# Install dependencies
pnpm install
# Install flynn CLI command (build + global link)
make install
# Copy and configure
cp config/default.yaml ~/.config/flynn/config.yaml
# Edit config with your API keys and Telegram bot token
# Build and run
pnpm build
# Run
flynn start
# Or run without building