Browse Source

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

Yuxiao Mao 4 tháng trước cách đây
mục cha
commit
b6341aaeb9
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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 { "" }
 }