Browse Source

Update 'README.md'

天问 2 weeks ago
parent
commit
cfeff5c9b9
1 changed files with 11 additions and 2 deletions
  1. 11 2
      README.md

+ 11 - 2
README.md

@@ -5,9 +5,18 @@ CDN & WAF系统
 ## Develop
 
 ```
-git clone https://github.com/TeaOSLab/EdgeNode
+git clone https://github.com/TeaOSLab/EdgeAdmin
 git clone https://github.com/TeaOSLab/EdgeAPI
+git clone https://github.com/TeaOSLab/EdgeNode
+git clone https://github.com/TeaOSLab/EdgeCommon
 
+cd EdgeAdmin
+docker run -it --rm -v $(pwd):/workspaces golang:1.21 /bin/bash
+go mod download
+go build cmd/edge-admin/main.go
+
+# 编译整个项目
+./build.sh linux amd64
+```
 
 
-```