Skip to content

Commit

Permalink
Update Makefile to use go install
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze authored May 31, 2023
1 parent ab7d770 commit 42c3ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docs: embedmd

embedmd:
@echo -e "\033[1m>> Ensuring embedmd is installed\033[0m"
go get github.com/campoy/embedmd
go install github.com/campoy/embedmd@latest

build: jb
cd grafana && jb install
Expand All @@ -26,4 +26,4 @@ compile:

jb:
@echo -e "\033[1m>> Ensuring jb (jsonnet-bundler) is installed\033[0m"
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest

0 comments on commit 42c3ada

Please sign in to comment.