i try to run the CLI as binary on mac mini m4 and following thoes steps:
brew install yt-dlp ffmpeg go
$ git clone https://github.com/mxpv/podsync
$ cd podsync
$ make
$ ./bin/podsync --config config.toml
but got an error="youtube-dl binary not found: exec: "youtube-dl": executable file not found in $PATH"
how should i do now?
thanks