File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,6 +219,14 @@ of the actual exit code.
219219** Note:** This functionality was taken from Symfony's
220220[ Process] ( https://github.com/symfony/process ) compoment.
221221
222+ ### Windows Compatibility
223+
224+ Due to the blocking nature of ` STDIN ` /` STDOUT ` /` STDERR ` pipes on windows we cannot
225+ guarantee this package works as expected on directly windows. However this package
226+ does work on [ ` Windows Subsystem for Linux ` ] ( https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux )
227+ (or WSL) without issues. We suggest [ installing WSL] ( https://msdn.microsoft.com/en-us/commandline/wsl/install_guide )
228+ when you want to run this package on windows.
229+
222230## Install
223231
224232The recommended way to install this library is [ through Composer] ( http://getcomposer.org ) .
You can’t perform that action at this time.
0 commit comments