Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Windows install commands #1149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ajmeese7
Copy link

curl does not have a -k or -L flag on Windows, these slightly simplified commands work perfectly well and accomplish the same task.

`curl` does not have a `-k` or `-L` flag on Windows, these slightly simplified commands work perfectly well and accomplish the same task.
@ajmeese7 ajmeese7 requested a review from a team as a code owner July 15, 2023 14:21
@Caslus
Copy link

Caslus commented Sep 11, 2023

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!

@ajmeese7
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants