diff --git a/README-FreeBSD.md b/README-FreeBSD.md index ea15795df..06dcfe1ee 100644 --- a/README-FreeBSD.md +++ b/README-FreeBSD.md @@ -4,13 +4,12 @@ This is a clean-room FreeBSD compatibility layer for [Hermes Agent](https://gith ## What's patched -Six targeted changes for FreeBSD native support: +Three targeted changes for FreeBSD native support: | File | Change | |------|--------| | `hermes_cli/setup.py` | FreeBSD in platform detection, `pkg` for espeak-ng, rc.d service support | | `hermes_cli/uninstall.py` | `/usr/local/bin` symlink removal on FreeBSD | -| `tools/voice_mode.py` | Audio playback on FreeBSD (aplay/ffplay) | | `scripts/install-freebsd.sh` | Native FreeBSD installer (POSIX sh, pkg, uv) | Clipboard (xclip) and voice (ffplay) work on FreeBSD without code changes — xclip and ffmpeg are available via `pkg`.