Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
other installs
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Nov 1, 2022
1 parent 4711bfb commit 5cdfb43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -91,7 +91,7 @@ embedmd:

.PHONY: install-tools
install-tools:
go get -u golang.org/x/lint/golint
go get -u golang.org/x/tools/cmd/cover
go install golang.org/x/lint/golint@latest
go install golang.org/x/tools/cmd/cover@latest
go install golang.org/x/tools/cmd/goimports@latest
go get -u github.com/rakyll/embedmd
go install github.com/rakyll/embedmd@latest

0 comments on commit 5cdfb43

Please sign in to comment.