From e95e01c6e9b45c95d46b417a12745442cfa057ce Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 19 Feb 2019 02:19:40 -0800 Subject: [PATCH] Fix documentation of how to regenerate the client code. (#244) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76480cf..7d436e6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ git clone https://github.com/kubernetes-client/gen ```bash # 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 ```