Skip to content

Commit af3c746

Browse files
author
Matthew Fisher
authored
Merge pull request #442 from deis/bacongobbler-patch-1
docs(README): mention make bootstrap
2 parents 100c549 + c399dff commit af3c746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To use it yourself, you must have [make](https://www.gnu.org/software/make/) ins
3939

4040
If you don't have Docker installed, please go to https://www.docker.com/ to install it.
4141

42-
After you have those dependencies, build your code with `make build` and execute unit tests with `make test`.
42+
After you have those dependencies, grab Go dependencies with `make bootstrap`, build your code with `make build` and execute unit tests with `make test`.
4343

4444
## Native Go Development Environment
4545

0 commit comments

Comments
 (0)