Skip to content

Commit c32b0dc

Browse files
soyeric128BohuTANG
authored andcommitted
Update index.md
1 parent 4bf5fa5 commit c32b0dc

File tree

1 file changed

+9
-1
lines changed
  • docs/en/guides/30-sql-clients/00-bendsql

1 file changed

+9
-1
lines changed

docs/en/guides/30-sql-clients/00-bendsql/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ BendSQL offers multiple installation options to suit different platforms and pre
1212

1313
### Shell Script
1414

15-
BendSQL provides a convenient Shell Script for installation. You can choose between two options:
15+
BendSQL provides a convenient Shell script for installation. You can choose between two options:
1616

1717
#### Default Installation
1818

1919
Install BendSQL to the user's home directory (~/.bendsql):
2020

2121
```bash
22+
curl -fsSL https://repo.databend.com/install/bendsql.sh | bash
23+
```
24+
25+
```bash title='Example:'
2226
# highlight-next-line
2327
curl -fsSL https://repo.databend.com/install/bendsql.sh | bash
2428

@@ -56,6 +60,10 @@ Github: https://github.com/databendlabs/bendsql
5660
Install BendSQL to a specified directory (e.g., /usr/local):
5761
5862
```bash
63+
curl -fsSL https://repo.databend.com/install/bendsql.sh | bash -s -- -y --prefix /usr/local
64+
```
65+
66+
```bash title='Example:'
5967
# highlight-next-line
6068
curl -fsSL https://repo.databend.com/install/bendsql.sh | bash -s -- -y --prefix /usr/local
6169
B E N D S Q L

0 commit comments

Comments
 (0)