Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

First, install all [build dependencies](docs/dev/dependencies.md).

After cloning this repository, the installer binary will need to be built by running the following:
After cloning this repository into your `GOPATH`, build the installer binary with:

```sh
hack/build.sh
Expand Down
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export CGO_ENABLED=0
case "${MODE}" in
release)
TAGS="${TAGS} release"
GOPATH="${PWD}/vendor:$(go env GOPATH)" go generate ./data
go generate ./data
;;
dev)
;;
Expand Down