@@ -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执行目录下