Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soarpenguin committed Jun 30, 2016
1 parent 4fceaa7 commit b1b2bdf
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,22 @@ Dependencies are handled by [godep][], simple install it and type `godep restore

## Install

```console
$ git clone https://github.com/mesos-utility/lvs-metrics.git
$ cd lvs-metrics
$ make bin
```
#### The libnl3 needed in compile and production machine.

```console
# sudo yum install -y libnl3.x86_64
or
# sudo apt-get install libnl-3-dev libnl-genl-3-dev
```

#### Only needed in compile machine.
```console
$ git clone https://github.com/mesos-utility/lvs-metrics.git
$ cd lvs-metrics
$ make bin
```


## Configuration

Edit cfg.json configuration file.
Expand Down Expand Up @@ -87,8 +91,8 @@ or


[libnl]: https://www.infradead.org/~tgr/libnl
[ipvs]: https://github.com/google/seesaw/ipvs
[netlink]: https://github.com/google/seesaw/netlink
[ipvs]: https://github.com/google/seesaw
[netlink]: https://github.com/google/seesaw
[toolkits]: https://github.com/toolkits
[glog]: https://github.com/golang/glog
[godep]: https://github.com/tools/godep

0 comments on commit b1b2bdf

Please sign in to comment.