1 files changed, 3 insertions(+), 0 deletions(-)
M justfile
M justfile => justfile +3 -0
@@ 4,6 4,9 @@ module_path := "sourcecraft.dev/bigbes/confluence-md-utilities"
install:
go install {{module_path}}/cmd/mdcx@latest
+local-install:
+ go install ./cmd/mdcx
+
# Build mdcx binary
build:
go build -o mdcx ./cmd/mdcx