File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,21 +12,13 @@ A command-line tool for querying databases via [ADBC](https://arrow.apache.org/a
1212
1313## Installation
1414
15- Clone the repository and change the working directory :
15+ Clone the repository and install the binary :
1616
1717``` sh
1818git clone https://github.com/columnar-tech/adbcli.git
19- cd adbcli
19+ cargo install --path adbcli
2020```
2121
22- Build the binary with [ Cargo] ( https://doc.rust-lang.org/cargo/ ) :
23-
24- ``` sh
25- cargo build --release
26- ```
27-
28- The binary will be built to ` ./target/release/adbcli ` .
29-
3022## Getting Started
3123
3224Install the DuckDB ADBC driver with [ dbc] ( https://docs.columnar.tech/dbc/ ) :
Original file line number Diff line number Diff line change @@ -4,17 +4,15 @@ icon: lucide/download
44
55# Installation
66
7- Clone the repository and change the working directory :
7+ Clone the repository and install the binary :
88
99``` sh
1010git clone https://github.com/columnar-tech/adbcli.git
11- cd adbcli
11+ cargo install --path adbcli
1212```
1313
14- Build the binary with [ Cargo ] ( https://doc.rust-lang.org/cargo/ ) :
14+ Confirm the installation was successful :
1515
1616``` sh
17- cargo build --release
17+ adbcli --version
1818```
19-
20- The binary will be built to ` ./target/release/adbcli ` .
You can’t perform that action at this time.
0 commit comments