Add update instructions to README (#52)

Written by Cameron ◯ Letta Code
This commit is contained in:
Cameron
2026-01-30 17:14:14 -08:00
committed by GitHub
parent c98c5041db
commit 6258da1a6e

View File

@@ -37,6 +37,17 @@ npm run build
npm link
```
### Update
```bash
# Pull latest changes
git pull origin main
# Reinstall dependencies and rebuild
npm install
npm run build
```
#### Optional: Run a Letta Docker server
You can use `lettabot` with a Docker server with:
```