build: add make install target for flynn CLI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user