Skip to content

Commit c399dff

Browse files
author
Matthew Fisher
authored
docs(README): mention make bootstrap
1 parent 100c549 commit c399dff

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)