瀏覽代碼

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

Yuxiao Mao 5 月之前
父節點
當前提交
b6341aaeb9
共有 1 個文件被更改,包括 6 次插入0 次删除
  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 { "" }
 }