From b828472411fbb32465df3a7c1376f8682584f72d Mon Sep 17 00:00:00 2001 From: Trevor Sullivan Date: Sun, 22 Feb 2026 11:57:24 -0800 Subject: [PATCH] Add command to install without cloning Add command to README, to install without cloning --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b5d23ac..e069392 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ For _Unix_… ``` cargo install dua-cli +# Install without cloning the repository +cargo install --git https://github.com/Byron/dua-cli/ + # And if you don't need a terminal user interface (most compatible) cargo install dua-cli --no-default-features