Skip to content

Commit

Permalink
chore(doc): Update README.md (#15438)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengm3467 committed Mar 5, 2024
1 parent 789c83b commit f3f7271
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ RisingWave is a Postgres-compatible streaming database engineered to provide the

![RisingWave](https://github.com/risingwavelabs/risingwave-docs/blob/main/docs/images/new_archi_grey.png)

## Try it out in 5 minutes
Docker pull:
```
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:latest playground
```
Now connect to RisingWave using `psql`:
```
psql -h localhost -p 4566 -d dev -U root
## Try it out in 60 seconds

Install RisingWave:
```shell
curl https://risingwave.com/sh | sh
```
Don’t have Docker? Learn how to install RisingWave on Mac, Ubuntu, and other environments at [Quick Start](https://docs.risingwave.com/docs/current/get-started/).

Then follow the prompts to start and connect to RisingWave.

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

## Production deployments

Expand Down

0 comments on commit f3f7271

Please sign in to comment.