From: zenlin Date: Tue, 7 Jul 2015 05:08:32 +0000 (+0800) Subject: Fix environment bug,version of golang should be 1.4+, add reminding in Readme.md X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=1ca1c875c2e15d46f43fecea6efb2a921f9f0729;p=cni.git Fix environment bug,version of golang should be 1.4+, add reminding in Readme.md --- diff --git a/README.md b/README.md index b535792..0430b73 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Hence we are proposing this specification, along with an initial set of plugins ## How do I use CNI? +## Requirements +CNI requires Go 1.4+ to build. + ## Included Plugins This repository includes a number of common plugins that can be found in plugins/ directory. Please see Documentation/ folder for documentation about particular plugins.