Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Installation instructions? #72

Closed
VashJuan opened this issue Jun 2, 2024 · 3 comments
Closed

Installation instructions? #72

VashJuan opened this issue Jun 2, 2024 · 3 comments

Comments

@VashJuan
Copy link

VashJuan commented Jun 2, 2024

Windows forks are most likely to install via a package manager or setup executable.

Many Windows users will be unsure where to put curl.exe from the zip file: app/roaming/or Windows/system 32, etc...

It would be nice to have instructions or a pointer to same in the readme or downloads page.

Thx!

@vszakats
Copy link
Member

vszakats commented Jun 2, 2024

I think the point is that there is no installation. Where to unpack is up the everyone's use case, preference, or permissions. Another optional step is adding that location to PATH.

For those uncertain doing these manually, it's probably easiest to rely on winget, scoop or Chocolatey, which make these steps automatic and use their own locations to make it work as a one-step process. These package managers all use curl-for-win binaries under the hood.

That said, I'd be happy linking to a document (a curl wiki page?) that's community maintained.

@VashJuan
Copy link
Author

VashJuan commented Jun 2, 2024

I know a bit more after researching further!

I think it would help to add a sentence stating that "Windows users should generally wait for Microsoft to update curl via standard Windows Updates". The Curl executable is a trusted system file and not easy to replace or update.

More info at:
https://daniel.haxx.se/blog/2023/04/24/deleting-system32curl-exe/

@vszakats
Copy link
Member

vszakats commented Jun 2, 2024

Yes, overwriting the base OS, including its bundled curl.exe with any other curl is strongly not recommended. Unzipping the archives distributed here will never overwrite those.

The Windows bundled curl is mentioned on the binary download page: https://curl.se/windows.

@curl curl locked and limited conversation to collaborators Jun 4, 2024
@vszakats vszakats converted this issue into discussion #73 Jun 4, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Development

No branches or pull requests

2 participants