From 4ef9fd430d6f19a6c812e51fb8553569d107fcec Mon Sep 17 00:00:00 2001 From: mbohlool Date: Mon, 15 May 2017 17:48:48 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83bf291..3d65b52 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,13 @@ are normally: - `CLIENT_VERSION`: Client version string. e.g. 1.0.0b1 - `PACKAGE_NAME`: Package name for the generated client. e.g. "kubernetes" -Settings may differ from language to language. Refer to language script's help page for -more information. +Recommended structure is to generate client in a folder called `kubernetes` at the root of +the client repo and put all settings in a file named `settings` at the root of the repo. +If you followed these recommendations, you can simply run autoupdate script anywhere inside +the client repo: + +```bash +cd ${CLIENT_ROOT}/... +${GEN_REPO_ROOT}/openapi/autoupdate.sh +```