crystal-lang / crystal-website

crystal-lang.org website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation on windows(preview) need update.

zw963 opened this issue · comments

Bug Report

https://crystal-lang.org/install/on_windows/

We need install git before following installation steps.

scoop install git
scoop bucket add crystal-preview https://github.com/neatorobito/scoop-crystal
scoop install crystal

for completeness, i consider we should add scoop install vs_2022_cpp_build_tools too.

Tried on a new install win10.

Hm, I don't recall needing git. Any idea what is it actually necessary for? I don't think the scoop crystal package uses it directly.

/ping @neatorobito

Probably new version scoop dependency.

when run scoop bucket add crystal-preview https://github.com/neatorobito/scoop-crystal, error message tips need scoop install git.

fixed by #403