Fix documentation of how to regenerate the client code. (#244)

This commit is contained in:
Brendan Burns
2019-02-19 02:19:40 -08:00
committed by GitHub
parent 406df57f9d
commit e95e01c6e9

View File

@@ -30,7 +30,7 @@ git clone https://github.com/kubernetes-client/gen
```bash ```bash
# Where REPO_DIR points to the root of the csharp repository # Where REPO_DIR points to the root of the csharp repository
cd ${REPO_DIR}/csharp/src cd ${REPO_DIR}/csharp/src/KubernetesClient
${GEN_DIR}/openapi/csharp.sh generated ../csharp.settings ${GEN_DIR}/openapi/csharp.sh generated ../csharp.settings
``` ```