diff --git a/docs/command_line_tool.md b/docs/command_line_tool.md index 1dfdeb5c..aa195095 100644 --- a/docs/command_line_tool.md +++ b/docs/command_line_tool.md @@ -5,7 +5,7 @@ The `bw` command line tool is built via the `tools/vcli/bw` package. You can build the tool by just typing ``` -$ got test ./... && go build ./tools/vcli/bw/... +$ go test ./... && go build ./tools/vcli/bw/... ``` Is the test pass successfully you will get the `bw` tool ready to go.