Skip to content

Commit

Permalink
explain how to use a release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maleck13 committed Oct 25, 2023
1 parent 99cc1d8 commit 3723a5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3723a5c

Please sign in to comment.