diff --git a/README.md b/README.md index 7dae282..c0c7ec1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,19 @@ Flags: ### You can enrich data types in [def](https://github.com/xxjwxc/gormt/blob/master/data/view/gtools/def.go) -## 5. Demonstration +## 5. build +``` +make windows +make linux +make mac +``` +or + +``` +go generate +``` + +## 6. Demonstration - sql: ``` @@ -173,18 +185,6 @@ type UserInfoTbl struct { } ``` -## 6. 构建 -``` -make windows -make linux -make mac -``` -or - -``` -go generate -``` - ## 7. one windows gui tools