瀏覽代碼

first commit

alroyso 1 年之前
當前提交
00691c2820
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -0,0 +1,15 @@
+# This is a Clash For Flutter Service.
+
+<!-- https://github.com/mozey/run-as-admin -->
+
+## windows run as admin
+
+```bash
+mshta vbscript:createobject("shell.application").shellexecute("absolutePath...\clash-for-flutter-service-windows-amd64.exe","install start","","runas",1)(window.close)
+```
+
+## macos run as admin
+
+```bash
+osascript -e 'do shell script "absolutePath.../clash-for-flutter-service-darwin-amd64.exe install start" with administrator privileges'
+```