Quellcode durchsuchen

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

Yuxiao Mao vor 6 Monaten
Ursprung
Commit
b6341aaeb9
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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) {
 	try { Split-Path -Parent (Get-Command "$file.exe" -ErrorAction Stop).Source } catch { "" }
 }