Hi All, Since the Raku Windows Installer forgets to install Git along with Zef:
https://github.com/rakudo/star/issues/145 You have to install Git yourself: https://git-for-windows.github.io/ Now here is a sweet feature of having Git installed. It comes with all kind of nice Linux utilities, like ls, tar, more, etc.. To get access to them: --> <win><r> sysdm.cpl --> Advanced (tab at the top) --> Environmental Variables (button, lower right) --> Path, Edit, add to the end ;C:\Program Files\Git\usr\bin I don't know about you guys, but every time I want a directory listing in Windows, I type `ls` and have to go back and change it to `dir`. No longer! :-) -T