Skip to content

Commit c7a6538

Browse files
authored
Merge pull request #18 from risingwavelabs/lyx/readme-fix
chore: correct README install script URL
2 parents 46e3848 + b104e99 commit c7a6538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ pip install risingwave-py psycopg2-binary # or psycopg2
1111
```
1212

1313
### 2. Run RisingWave
14-
You can install RisingWave standlone on your laptop via:
14+
You can install RisingWave standalone on your laptop via:
1515
```bash
1616
# Download and install RisingWave standalone
17-
curl https://risingwave.com/sh | sh
17+
curl -L https://risingwave.com/sh | sh
1818

1919
# start RisingWave on macOS
2020
risingwave

0 commit comments

Comments
 (0)