mirror of https://github.com/docker/docs.git
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:
parent
6dc80bde93
commit
4a45f8aede
|
@ -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/
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue