Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds required flag to get.konghq.com/quickstart script for adding a s… #4273

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gateway/understanding-kong/how-to/kong-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Then you'll interact with the gateway using `curl` to ensure it has been started
Run the following command to start {{site.base_gateway}} using Docker:

```sh
curl -Ls get.konghq.com/quickstart | sh -s
curl -Ls get.konghq.com/quickstart | sh -s -- -m
```

{:.note}
Expand Down