diff --git a/justfile b/justfile index 5d0d7fb..a7b192e 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -# The first receipt is default with build +# The first receipt is the default task, run with `just` build: cargo build