diff --git a/README.md b/README.md index 5dc017f..304a0c2 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ docker run --name flight-sql \ The above command will automatically mount a very small TPC-H DuckDB database file. ### Optional - open a different database file -When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.8.0). +When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.8.1). Prerequisite: DuckDB CLI -Install DuckDB CLI version [0.8.0](https://github.com/duckdb/duckdb/releases/tag/v0.8.0) - and make sure the executable is on your PATH. +Install DuckDB CLI version [0.8.1](https://github.com/duckdb/duckdb/releases/tag/v0.8.1) - and make sure the executable is on your PATH. Platform Downloads: -[Linux x86-64](https://github.com/duckdb/duckdb/releases/download/v0.8.0/duckdb_cli-linux-amd64.zip) -[Linux arm64 (aarch64)](https://github.com/duckdb/duckdb/releases/download/v0.8.0/duckdb_cli-linux-aarch64.zip) -[MacOS Universal](https://github.com/duckdb/duckdb/releases/download/v0.8.0/duckdb_cli-osx-universal.zip) +[Linux x86-64](https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-linux-amd64.zip) +[Linux arm64 (aarch64)](https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-linux-aarch64.zip) +[MacOS Universal](https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-osx-universal.zip) In this example, we'll generate a new TPC-H Scale Factor 1 (1GB) database file, and then run the docker image to mount it: