chaos-lang / chaos

The Chaos Programming Language
https://chaos-lang.org
GNU General Public License v3.0
280 stars 17 forks source link

[Feature Request] consider scoop for installation on windows #43

Open nateupstairs opened 4 years ago

nateupstairs commented 4 years ago

Consider scoop (https://scoop.sh/) in addition to choco on windows. It's closer to the minimal idea of homebrew, definitely more popular in my circles. You're welcome to ignore this, you just don't have a gitter or something where I can leave nonsense requests like this.

mertyildiran commented 4 years ago

@nateupstairs the all Batch files, GitHub workflows and the Batch files in the Chaos C extensions revolved around cmd and Chocolately, not Powershell. So adding support for Scoop seems like a bit complicated. Maybe you would like to add the Scoop support?