Skip to content

Commit

Permalink
Fix install method
Browse files Browse the repository at this point in the history
  • Loading branch information
rerost committed Jul 21, 2024
1 parent 9e07d0f commit 0ddbb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export PATH := ${BIN_DIR}:${PATH}

PHONY: setup
setup:
GO111MODULE=off go get github.com/izumin5210/gex/cmd/gex
go install github.com/izumin5210/gex/cmd/gex@v0.6.1
gex --build

PHONY: generate
Expand Down

0 comments on commit 0ddbb18

Please sign in to comment.