Skip to content

Fixed Windows install commands#1149

Open
ajmeese7 wants to merge 1 commit into
ZupIT:mainfrom
ajmeese7:patch-1
Open

Fixed Windows install commands#1149
ajmeese7 wants to merge 1 commit into
ZupIT:mainfrom
ajmeese7:patch-1

Conversation

@ajmeese7
Copy link
Copy Markdown

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 July 15, 2023 14:21
@Caslus
Copy link
Copy Markdown

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
Copy Markdown
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.

2 participants