zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
954 stars 39 forks source link

Add Chocolatey to the "How to get Eget" section in README.md #55

Closed ksz16 closed 1 year ago

ksz16 commented 1 year ago

First of all, thank you very much for a development of this tool. Until now when I wanted to download binaries from GitHub in scripts I had to use a combination of curl and grep - Eget makes this task much simpler. I thought that those miserable people using Windows (I'm kidding, of course :smiley:) also deserve an easy way to install Eget. So I created a package and added it to the Chocolatey Community Repository. Now Eget can be installed on Windows by running:

choco install eget

I made a pull request and added "Chocolatey" subsection to the "How to get Eget" section of README.md

zyedidia commented 1 year ago

Thanks!