Update README.md

This commit is contained in:
dqzboy 2023-06-19 15:51:01 +08:00 committed by GitHub
parent 43efedccd6
commit 969e4f6c32
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 main.go env GOOS=linux GOARCH=amd64 go build -o DKube-Server maingo
~]# chmod +x DKube-Server ~]# chmod +x DKube-Server
~]# ./DKube-Server ~]# /DKube-Server
``` ```
- 数据库: `config/config.go` - 数据库: `config/config.go`
@ -98,3 +98,6 @@ DbPwd = "123456"
npm install npm install
npm run build npm run build
``` ```
## 推荐
更多学习教程请关注 [浅时光博客](https://www.dqzboy.com/)