Browse Source

update doc

sun-desktop-linux 9 months ago
parent
commit
7344232873
2 changed files with 9 additions and 7 deletions
  1. 9 7
      src/readme.md
  2. BIN
      src/updater

+ 9 - 7
src/readme.md

@@ -1,11 +1,13 @@
-## 更新器
+# 更新器
 
-1. 上传
+## 编译
 
-```bash
-go build .
-./updater --upload xx
-```
 go build -ldflags="-s -w"
 
-hanyishufang65s.ttf 放在lancher执行目录
+## 上传编译后的updater
+
+./updater --upload xx
+
+## 使用
+
+编译后的文件updater和hanyishufang65s.ttf 放在lancher执行目录下

BIN
src/updater