Merge pull request #1935 from ahmetalpbalkan/patch-7

Fix bullet list syntax.  Thanks for submitting the fix!
This commit is contained in:
Jared 2016-12-13 14:40:50 -08:00 committed by GitHub
commit 105a6d9fa5
1 changed files with 4 additions and 1 deletions

View File

@ -47,8 +47,11 @@ To run Windows Server Containers on Kubernetes, you'll need to set up both your
2. CNI network plugin installed.
### Component Setup
Requirements
* Git, Go 1.7.1+
* Git
* Go 1.7.1+
* make (if using Linux or MacOS)
* Important notes and other dependencies are listed [here](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md#building-kubernetes-on-a-local-osshell-environment)