-
Notifications
You must be signed in to change notification settings - Fork 101
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
Oneliner to install xh under Windows #219
Comments
Made a Powershell file and added a one-liner to readme for the repository. If it gets accepted then try that. |
We can work around the As for the remaining installation steps, have you tried using Scoop package manager to install xh instead? Most of the well-known rust-based CLI tools are available in the Main bucket of Scoop. |
Thanks to @ChrisK-0, you can now install xh by issuing the following command in PowerShell:
We have also started to statically link the C runtime, starting with xh v0.15.0. That should remove the need for installing |
Httpie is much more complicated to install under Windows than under Linux and Mac. Xh is somewhat easier but it still involves many manual steps compared to Linux and Mac (downloading the release, extracting it, putting the executable into PATH, installing the VS C++ Redistributable).
It would be super awesome if there was a oneliner command to install under Windows as well.
The text was updated successfully, but these errors were encountered: