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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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