Skip to content

Commit

Permalink
doc: better curl command for quick start (#20111)
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 authored Jan 13, 2025
1 parent c6ab2f8 commit b30c7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RisingWave can <b>ingest</b> millions of events per second, continuously <b>join

Install RisingWave standalone mode:
```shell
curl https://risingwave.com/sh | sh
curl -L https://risingwave.com/sh | sh
```

To learn about other installation options, such as using a Docker image, see [Quick Start](https://docs.risingwave.com/docs/current/get-started/).
Expand Down

0 comments on commit b30c7e0

Please sign in to comment.