Skip to content

Commit

Permalink
Explain dangers and how to run
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcintosh authored Apr 27, 2024
1 parent 3c65b4b commit e520961
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

Just install the latest version of duckdb in my `~/.local/bin`. Designed for linux, since duckdb CLI can't yet be installed via a linux package manager.

**DOES NOT WORK YET**
Currently very dangerous: it just sticks it in `~/.local/bin/duckdb`, overwriting anything that might have been there. Use with great caution.

## Use
1. Have the [rust toolchain](https://www.rust-lang.org/tools/install) installed
1. Clone this repo
1. Run with `cargo run --release`

0 comments on commit e520961

Please sign in to comment.