Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ad4481e

Browse files
author
Ulysses Souza
authored
Merge pull request #589 from BattleBas/fix-building
Updated BUILDING.MD with instructions to get "gotestsum"
2 parents d19aadb + eb49cea commit ad4481e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

BUILDING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You will also need the following tools:
2121

2222
* GNU Make
2323
* [`dep`](https://github.com/golang/dep)
24+
* [`gotestsum`](https://github.com/gotestyourself/gotestsum)
2425

2526
## Build using Go
2627

@@ -34,6 +35,12 @@ At this point you can use `go` to checkout `docker-app` in your `GOPATH`:
3435
go get github.com/docker/app
3536
```
3637

38+
Then use `go` to checkout `gotestsum`:
39+
40+
```console
41+
go get gotest.tools/gotestsum
42+
```
43+
3744
You are ready to build `docker-app` yourself!
3845

3946
`docker-app` uses `make` to create a repeatable build flow. It means that you

0 commit comments

Comments
 (0)