chore: add install command

This commit is contained in:
2026-08-23 07:06:38 +05:00
parent aa12dab735
commit 7dd2dd7f33
+3
View File
@@ -7,6 +7,9 @@ default:
build:
cargo build
install:
cargo install --path .
run *args:
cargo run -- --config {{config}} {{project}} {{args}}