소스 검색

update doc

sun-desktop-linux 9 달 전
부모
커밋
7344232873
2개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  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