Skip to content

Commit

Permalink
fix(docs): fix the quickstart help command
Browse files Browse the repository at this point in the history
We have to pass the `-s` command to the bash script in order to pass additional arguments to the quickstart script.
  • Loading branch information
AndyZhang0707 authored Oct 9, 2024
1 parent 6a8fc99 commit 7b73542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_src/gateway/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This script uses Docker to run {{site.base_gateway}} and a [PostgreSQL](https://
> For instructions on this and other advanced usage, pass the `-h` flag to the script:
>
> ```sh
> curl -Ls https://get.konghq.com/quickstart | bash -- -h
> curl -Ls https://get.konghq.com/quickstart | bash -s -- -h
> ```

This script runs Docker containers for {{site.base_gateway}} and the supporting PostgreSQL database.
Expand Down

0 comments on commit 7b73542

Please sign in to comment.