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

Merge pull request #370 from tvqt/patch-1

Added detail about go being a dependency
This commit is contained in:
Maksym Pavlenko
2022-09-14 09:02:47 -07:00
committed by GitHub

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