diff --git a/justfile b/justfile index d3ec81d..810c03d 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,10 @@ _: @just --list +# install card-cli +install: + cargo install --path . + # run --help help: cargo r -- --help