Open ajmeese7 opened 1 year ago
Windows PowerShell has a curl alias for Invoke-WebRequest that does in fact not have -k and -L flags, however that only applies for PowerShell. Using the curl command in the command prompt works just fine!
Windows PowerShell has a curl alias for Invoke-WebRequest that does in fact not have -k and -L flags, however that only applies for PowerShell. Using the curl command in the command prompt works just fine!
Interesting, good catch! Repo maintainers, would you rather the README reflect how to use in both PWSH and CMD instead of this change?
curl
does not have a-k
or-L
flag on Windows, these slightly simplified commands work perfectly well and accomplish the same task.