Skip to content

Commit c2cc59b

Browse files
committed
docs: update installation guide
1 parent 9ff7ab7 commit c2cc59b

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff 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
1818
git 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

3224
Install the DuckDB ADBC driver with [dbc](https://docs.columnar.tech/dbc/):

docs/installation.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
1010
git 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`.

0 commit comments

Comments
 (0)