Update README.md

This commit is contained in:
dqzboy 2022-10-12 13:44:28 +08:00 committed by GitHub
parent 085d389c05
commit ae53384a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,3 +64,14 @@ This is a K8s cluster management platformDKube Provides a wizard-style operat
<tr>
</tr>
</table>
## 使用
- 修改config路径`config/config.go`
`Kubeconfig = "/root/.kube/config"`
- 后端
`env GOOS=linux GOARCH=amd64 go build -o DKube-Server main.go`
- 前端`dkube-web`
`npm run build`