Skip to content

Commit

Permalink
Fix burrow name on readme command
Browse files Browse the repository at this point in the history
After the `go install` command, the path to burrow will be `$GOPATH/bin/Burrow` and not `$GOPATH/bin/burrow`
  • Loading branch information
askmon authored Feb 9, 2017
1 parent 1e4b0d8 commit 3e7e00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ go install

### Running Burrow
```
$ $GOPATH/bin/burrow --config path/to/burrow.cfg
$ $GOPATH/bin/Burrow --config path/to/burrow.cfg
```

### Using Docker
Expand Down

0 comments on commit 3e7e00b

Please sign in to comment.