Skip to content

Commit 228816e

Browse files
committed
make install to .local/bin
1 parent 0a31a06 commit 228816e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ $(PROTOS) &: protos/io/defang/v1/fabric.proto buf.gen.yaml
1414

1515
.PHONY: install
1616
install: $(BINARY_NAME)
17-
#go install $(GOFLAGS) ./cmd/cli
18-
install $(BINARY_NAME) "$${GOPATH:-/usr/local}/bin/"
17+
install $(BINARY_NAME) "${HOME}/.local/bin/"
1918

2019
.PHONY: test
2120
test: $(PROTOS)

0 commit comments

Comments
 (0)