Merge pull request #440 from coolljt0725/readme_typo

typo: fix typo in README.md
This commit is contained in:
Michael Crosby 2017-01-18 09:37:33 -08:00 committed by GitHub
commit 7d0b1eef8e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ For sync communication we have a community slack with a #containerd channel that
To build the daemon and `ctr` simple test client, the following build system dependencies are required:
* Go 1.7.x or above
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/google/protobuf/releases)
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/google/protobuf/releases))
For proper results, install the `protoc` release into `/usr/local` on your build system. For example, the following commands will download and install the 3.1.0 release for a 64-bit Linux host: