Update README.md

This commit is contained in:
dqzboy 2023-07-31 09:44:17 +08:00 committed by GitHub
parent 969e4f6c32
commit 5b98115d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,10 +76,10 @@ Kubeconfig = "/root/.kube/config"
- 后端 - 后端
```go ```go
env GOOS=linux GOARCH=amd64 go build -o DKube-Server maingo env GOOS=linux GOARCH=amd64 go build -o DKube-Server main.go
~]# chmod +x DKube-Server ~]# chmod +x DKube-Server
~]# /DKube-Server ~]# ./DKube-Server
``` ```
- 数据库: `config/config.go` - 数据库: `config/config.go`