Skip to content

Commit

Permalink
Fix bw build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdusovic committed Jun 2, 2016
1 parent de30864 commit b46c2d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/command_line_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ The `bw` command line tool is built via the `tools/vcli/bw` package. You
can build the tool by just typing

```
$ go test ./... && go build ./tools/vcli/bw/...
$ go test github.com/google/badwolf/... && go build github.com/google/badwolf/tools/vcli/bw
```

If the test pass successfully you will get the `bw` tool ready to go.
If the test pass successfully, the `bw` tool will be placed in the current
directory.

## Usage

Expand Down

0 comments on commit b46c2d3

Please sign in to comment.