Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 324 Bytes

File metadata and controls

16 lines (12 loc) · 324 Bytes

Build from Source

git clone https://github.com/exasol-labs/exapump.git
cd exapump
cargo build --release

The binary will be at target/release/exapump.

Install a Specific Version

EXAPUMP_VERSION=0.3.0 \
  curl -fsSL https://raw.githubusercontent.com/exasol-labs/exapump/main/install.sh | sh