From 3723a5cfa8e78d124a0aedb6100ce009e38515e5 Mon Sep 17 00:00:00 2001 From: craig Date: Wed, 25 Oct 2023 12:51:48 +0100 Subject: [PATCH] explain how to use a release branch --- docs/getting-started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ad5b28b8..30aa704d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -36,12 +36,16 @@ Export environment variables with the keys listed below for your desired provide >Alternatively, to set defaults, add the above environment variables to your `.zshrc` or `.bash_profile`. +### Set the release you want to use + +export MGC_BRANCH=release-0.1 + ### Set Up Clusters and Multicluster Gateway Controller Run the following: ```bash -curl https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/main/hack/quickstart-setup.sh | bash +curl https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/${MGC_BRANCH}/hack/quickstart-setup.sh | bash ``` ### What's Next