README install steps are macOS-only (brew) #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-10T06:31:44Z - https://github.com/coilysiren/backend/issues/38
Observed
README.mdlines 8-9:```
brew install uv jq ffmpeg mpv
brew install --cask docker
```
These don't work on the Windows host. Equivalent commands today:
```
winget install astral-sh.uv jqlang.jq Gyan.FFmpeg mpv.net
winget install Docker.DockerDesktop
```
Proposed fix
Split the README install section into a Mac block and a Windows block, both included verbatim. Or add a one-line pointer for Windows users below the brew block. Either is fine; the brew block stays as-is for the Mac default.
Out of scope
Linux install commands (apt/dnf etc) - not currently a target host.