Skip to content

Commit 9ae7c48

Browse files
committed
DOC: Update dbn CLI tool installation instructions
1 parent ccf814c commit 9ae7c48

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

rust/dbn-cli/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,21 @@ For more information about DBN, read our [introduction to DBN](https://databento
1212

1313
## Installation
1414

15-
To install the latest version, run the following command:
15+
Pre-built `dbn` binaries are attached to every [release](https://github.com/databento/dbn/releases)
16+
of this repository.
17+
Builds are available for the following targets:
18+
19+
- Linux: `x86_64` and `aarch64`, both `gnu` and `musl`
20+
- macOS: `x86_64` and `aarch64`
21+
- Windows: `x86_64` and `aarch64`
22+
23+
Each release ships a `dbn-<version>-<target>.tar.gz` archive (or `.zip` on Windows)
24+
together with a `.sha256` checksum file.
25+
Download the archive for your platform, verify the checksum, extract the archive,
26+
and move the `dbn` binary somewhere on your `PATH`.
27+
28+
Alternatively, if you have a Rust toolchain installed, you can build and install
29+
from source with Cargo:
1630
```sh
1731
cargo install dbn-cli
1832
```

0 commit comments

Comments
 (0)