Fix docs/makefile after #284 got merged (#291)

This commit is contained in:
mscherer
2021-09-09 19:39:59 +02:00
committed by GitHub
parent cf19b41ad4
commit 4e721c07cc
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
1. Install go 1.9 or later
2. Execute `make deps` to download dependencies
3. Execute `make install` to compile project and install binaries to `GOPATH`
2. Execute `make install` to compile project and install binaries to `GOPATH`
---

View File

@@ -17,7 +17,7 @@ DOCKER_RUN?=
_with-docker:
$(eval DOCKER_RUN=docker run --rm -v $(shell pwd):/go/src/ -v $(shell pwd)/build:/build -w /go/src golang:$(DOCKER_RUN_GO_VERSION))
all: deps build
all: build
vendor:
go mod tidy