Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Sep 26, 2023
1 parent 6f7a03a commit bcdc766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ 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.1).
When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.9.0).

Prerequisite: DuckDB CLI
Install DuckDB CLI version [0.9.0](https://github.com/duckdb/duckdb/releases/tag/v0.8.1) - and make sure the executable is on your PATH.
Install DuckDB CLI version [0.9.0](https://github.com/duckdb/duckdb/releases/tag/v0.9.0) - and make sure the executable is on your PATH.

Platform Downloads:
[Linux x86-64](https://github.com/duckdb/duckdb/releases/download/v0.9.0/duckdb_cli-linux-amd64.zip)
Expand Down

0 comments on commit bcdc766

Please sign in to comment.