-
Notifications
You must be signed in to change notification settings - Fork 112
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
easier windows install #387
Comments
I agree. On the other hand, I am always hesitant myself to download Windows installers or executables unless from large corporations we should be able to trust. The Winget/choco/scoop installers are more trustworthy than "random" sites, since they check the binaries, so malware has none or less of a chance to get on your machine. Now, there is no concern with ugrep.exe since it's in the open in the repo itself that Winget/choco/scoop uses. Just my 2 cents as to why I prefer the current way to install ugrep on Windows. |
Yeah...it's more for casual users who don't even know what winget/choco/scoop are (like myself)... |
imho its not needed, for old school guys its just downloading the bin from the releases here and plopping it to %path% |
For the website I'd at least add "download" as an option for windows at the
left, it's not immediately clear there, depends on what "level" of user you
want to support here, cheers!
…On Tue, Apr 30, 2024 at 8:54 AM Dr. Robert van Engelen < ***@***.***> wrote:
I agree. On the other hand, I am always hesitant myself to download
Windows installers or executables unless from large corporations we should
be able to trust. The Winget/choco/scoop installers are more trustworthy
than "random" sites, since they check the binaries, so malware has none or
less of a chance to get on your machine. Now, there is no concern with
ugrep.exe since it's in the open in the repo itself that Winget/choco/scoop
uses.
Just my 2 cents as to why I prefer the current way to install ugrep on
Windows.
—
Reply to this email directly, view it on GitHub
<#387 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADBUEYRTMJWXWISXP7Q23Y76WDTAVCNFSM6AAAAABG7STYQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBVGU3DENZTHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
OK. But also the "6.0 release" link at the top of ugrep.com takes you to the GitHub release, from where to download ugrep-windows-x64.zip that has the binaries. |
Right, it just wasn't clear from the left hand that ugrep installs on
"windows via download" ... :)
…On Fri, May 17, 2024 at 5:23 AM Dr. Robert van Engelen < ***@***.***> wrote:
OK. But also the "6.0 release" link at the top of ugrep.com takes you to
the GitHub release, from where to download ugrep-windows-x64.zip that has
the binaries.
—
Reply to this email directly, view it on GitHub
<#387 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADBUC6VFE7R3Y2AWATFH3ZCXSDNAVCNFSM6AAAAABG7STYQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJXGM3DMMBRGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Couple of things that would make it easier/nicer for windows users looking to install it.
on the main page https://ugrep.com/ for windows it says winget/choco/scoop but what I was looking for was the download option. It gives the impression that there isn't one. Maybe add a 4th option "download" for windows? :)
an install .exe option that could add it to the PATH. Make it easy for me :)
Cheers!
The text was updated successfully, but these errors were encountered: