Skip to content

Commit

Permalink
Merge branch 'main' into pehala-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan authored Oct 25, 2023
2 parents c4b05d2 + db95408 commit 0137ffb
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 install Kuadrant

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 0137ffb

Please sign in to comment.