You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Support install in windows (#4), require vfox 0.5.3+
* chore: fetch windows verrsions
* feat: support windows platform
* fix: windows install, ungly
* chore(e2e): e2e test pull request
* chore(e2e): speed up test
* chore(e2e): test in windows
* chore: fix e2e
* chore: Invoke vfox
* chore: e2e let it crash
* chore: peek test env
* fix: test in macos
* chore: check windows test result
* docs: update READMe
* chore: fix test check in windows
* chore: opt windows installation test
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,15 @@ vfox use -g elixir@1.16.2
69
69
```
70
70
71
71
You can reference the E2E test in MacOS 12: [https://github.com/version-fox/vfox-elixir/actions/workflows/e2e_test.yaml](https://github.com/version-fox/vfox-elixir/actions/workflows/e2e_test.yaml)
72
+
73
+
## install ELixir in Windows platform
74
+
75
+
You should use the v.0.5.3+ vfox version to add vfox-elixir plugin in Wondows platform. **Only support install Elixir versions after v1.15**, Elixir versions before v1.15 can also be installed using the deprecated [Online Elixir Installer](https://github.com/elixir-lang/elixir-windows-setup/releases/tag/v2.4).
0 commit comments