Skip to content

Commit

Permalink
Merge pull request #557 from khorshuheng/remove-reference-to-dep-in-r…
Browse files Browse the repository at this point in the history
…eadme

Remove reference to dep in Readme
  • Loading branch information
bai committed Aug 16, 2019
2 parents 8224410 + acb4a51 commit bda66e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ Burrow is a monitoring companion for [Apache Kafka](http://kafka.apache.org) tha

## Getting Started
### Prerequisites
Burrow is written in Go, so before you get started, you should [install and set up Go](https://golang.org/doc/install).

If you have not yet installed the [Go Dependency Management Tool](https://github.com/golang/dep), please go over there and follow their short installation instructions. dep is used to automatically pull in the dependencies for Burrow so you don't have to chase them all down.
Burrow is written in Go, so before you get started, you should [install and set up Go](https://golang.org/doc/install). As the dependencies
are managed using Go module, the lowest version of Go supported is 1.11, though we recommend using version 1.12 for development.

### Build and Install
```
Expand Down

0 comments on commit bda66e5

Please sign in to comment.