diff --git a/README.md b/README.md index a45787c..91b097a 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,20 @@ time. ## Installation -### Prerequisites -- Rust toolchain (install via [rustup](https://rustup.rs/)) +### Installing from release binary + +Download the latest release into `~/.local/bin`: +```bash +mkdir -p ~/.local/bin +curl -sL https://github.com/raphaelcoeffic/dive/releases/latest/download/dive-x86_64-unknown-linux-musl -o ~/.local/bin/dive +chmod +x ~/.local/bin/dive +``` ### Building from source +Prerequisites: +- Rust toolchain (install via [rustup](https://rustup.rs/)) + ```bash # Build the binary cargo build --release