Skip to content

Commit

Permalink
Fixing bug with getting started curl command when using zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
pmccarthy committed Nov 1, 2023
1 parent 55a7921 commit ba91c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export MGC_BRANCH=release-0.1
Run the following:

```bash
curl https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/${MGC_BRANCH}/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 ba91c80

Please sign in to comment.