diff --git a/justfile b/justfile
index e3287b6..2904164 100644
--- a/justfile
+++ b/justfile
@@ -19,3 +19,7 @@ coverage:
# Run all checks: fmt, clippy, tests with coverage
all: fmt clippy coverage
+
+# Install ranger from source
+install:
+ cargo install --locked --path .