tristanisham / zvm

zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
https://www.zvm.app
MIT License
488 stars 33 forks source link

fix typo in ZVM_INSTALL path #25

Closed jasonboukheir closed 1 year ago

jasonboukheir commented 1 year ago

the proper self install path is .zvm\self not .zvm\bin\self

jasonboukheir commented 1 year ago

I went ahead and added in the proper expansion rules for windows, since that was a part I was having issues with at first. I always forget how PATHs work there 😅 .

Tested locally on my machine and it works with the latest release, setting those paths directly.