From 8363cf21f43645577d0359146c2f666d96c6debf Mon Sep 17 00:00:00 2001 From: Nate McIntosh Date: Sat, 27 Apr 2024 11:33:42 -0400 Subject: [PATCH] Update information on how to run --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de3f569..50d98ba 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ Currently very dangerous: it just sticks it in `~/.local/bin/duckdb`, overwritin ## Use 1. Have the [rust toolchain](https://www.rust-lang.org/tools/install) installed 1. Clone this repo -1. Run with `cargo run --release` +1. Run with `cargo run --release` to get the help message +1. Run with `cargo run --release -- update` to download and install the latest version of duckdb