From 922b3610aec0c30df8719ac258307cb570f4f47b Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Tue, 21 Apr 2020 18:22:51 +0300 Subject: [PATCH] Add note on Cygwin/MinGW/MSYS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe47d43..f6d4684 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Options: Make sure you use the right script (`.sh`, `.ps1` or `.cmd`) and escape char (if using line breaks) for your shell. PowerShell uses a backtick [ **`** ] and cmd.exe uses a caret [ **^** ]. -Note that destreamer won't run in an elevated (Administrator/root) shell. +Note that destreamer won't run in an elevated (Administrator/root) shell. Running inside **Cygwin/MinGW/MSYS** may also fail, please use **cmd.exe** or **PowerShell** if you're on Windows. Download a video - ```sh @@ -125,4 +125,4 @@ There is one outstanding bug that you may hit: if you download two or more video For other bugs, please open an [issue](https://github.com/snobu/destreamer/issues) and we'll look into it. -[ffmpeg]: https://www.ffmpeg.org/download.html \ No newline at end of file +[ffmpeg]: https://www.ffmpeg.org/download.html