1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Added detail about go being a dependency

This commit is contained in:
Mark Hill
2022-07-29 13:40:15 +14:00
committed by GitHub
parent c669e0cbde
commit 3ba5959e3c

View File

@ -36,11 +36,11 @@ any device in podcast client.
## Dependencies
If you're running the CLI as binary (e.g. not via Docker), you need to make sure that dependencies are available on
your system. Currently, Podsync depends on `youtube-dl` and `ffmpeg`.
your system. Currently, Podsync depends on `youtube-dl` , `ffmpeg`, and `go`.
On Mac you can install those with `brew`:
```
brew install youtube-dl ffmpeg
brew install youtube-dl ffmpeg go
```
## Documentation