docs: update README and CLAUDE.md for install script and backup

- README: add Setup/Install section (install.py), Development Workflow
  (dev-restart.sh), and Backup (restic/backup.sh) sections; fix
  .env.example reference → .env.default
- CLAUDE.md: replace stale Docker start command with install.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-04-08 21:36:48 -04:00
parent 2629983452
commit 6c84d6ae72
2 changed files with 45 additions and 3 deletions

View File

@@ -98,8 +98,8 @@ Cortex_and_Inara_dev/
## Run Commands
```bash
# Start (Docker)
docker compose up -d
# First-time setup or update on any machine
python3 install.py
# Restart service (after any Python change)
systemctl --user restart cortex