From 6d69dcc8fd066bf11501c69075047adb8d425b8a Mon Sep 17 00:00:00 2001 From: Rick Spurgeon Date: Fri, 19 Aug 2022 10:44:30 -0500 Subject: [PATCH] Adds required flag to get.konghq.com/quickstart script for adding a service Related to discussion in DOCU-2414 --- src/gateway/understanding-kong/how-to/kong-gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/understanding-kong/how-to/kong-gateway.md b/src/gateway/understanding-kong/how-to/kong-gateway.md index 830cf426da40..f5f7f0772c2b 100644 --- a/src/gateway/understanding-kong/how-to/kong-gateway.md +++ b/src/gateway/understanding-kong/how-to/kong-gateway.md @@ -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}