Browse Source

[win] Add WinSetup usage inside the script (#12040)

Yuxiao Mao 4 months ago
parent
commit
b6341aaeb9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      WinSetup.ps1

+ 6 - 0
WinSetup.ps1

@@ -1,3 +1,9 @@
+# Usage:
+# - install Git
+# - install Neko
+# - checkout haxe git
+# - run from command "powershell -noexit -ExecutionPolicy Bypass -File .\WinSetup.ps1"
+
 function Cmd-Path($file) {
 function Cmd-Path($file) {
 	try { Split-Path -Parent (Get-Command "$file.exe" -ErrorAction Stop).Source } catch { "" }
 	try { Split-Path -Parent (Get-Command "$file.exe" -ErrorAction Stop).Source } catch { "" }
 }
 }