File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
docs/en/guides/30-sql-clients/00-bendsql Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
1919Install 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
2327curl -fsSL https://repo.databend.com/install/bendsql.sh | bash
2428
@@ -56,6 +60,10 @@ Github: https://github.com/databendlabs/bendsql
5660Install 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
6068curl -fsSL https://repo.databend.com/install/bendsql.sh | bash -s -- -y --prefix /usr/local
6169 B E N D S Q L
You can’t perform that action at this time.
0 commit comments