You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/30-sql-clients/00-bendsql/index.md
+68-1Lines changed: 68 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,74 @@ BendSQL is particularly useful for those who prefer a command line interface and
8
8
9
9
## Installing BendSQL
10
10
11
-
BendSQL can be installed on various platforms using different package managers. The following sections outline the installation steps for BendSQL using Homebrew (for macOS), Apt (for Ubuntu/Debian), and Cargo (Rust Package Manager). Alternatively, you can download the installation package from the [BendSQL release page](https://github.com/databendlabs/bendsql/releases) on GitHub and install BendSQL manually.
11
+
BendSQL offers multiple installation options to suit different platforms and preferences. Choose your preferred method from the sections below or download the installation package from the [BendSQL release page](https://github.com/databendlabs/bendsql/releases) to install it manually.
12
+
13
+
### Shell Script
14
+
15
+
BendSQL provides a convenient Shell Script for installation. You can choose between two options:
16
+
17
+
#### Default Installation
18
+
19
+
Install BendSQL to the user's home directory (~/.bendsql):
0 commit comments