Docs: some review on README

It seems it should be "apt-get install libtool" not "libtool-dev".

Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
HuKeping 2016-04-25 12:47:07 -04:00
parent 6dc80bde93
commit 4a45f8aede
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Prerequisites:
- Go >= 1.6.1
- [godep](https://github.com/tools/godep) installed
- libtool development headers installed
- Ubuntu: `apt-get install libtool-dev`
- Ubuntu: `apt-get install libltdl-dev`
- CentOS/RedHat: `yum install libtool-ltdl-devel`
- Mac OS ([Homebrew](http://brew.sh/)): `brew install libtool`
@ -96,4 +96,4 @@ $GOPATH/
github.com/
docker/
notary/
```
```