From 1ca1c875c2e15d46f43fecea6efb2a921f9f0729 Mon Sep 17 00:00:00 2001 From: zenlin Date: Tue, 7 Jul 2015 13:08:32 +0800 Subject: [PATCH] Fix environment bug,version of golang should be 1.4+, add reminding in Readme.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b5357920..0430b73f 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.