Syntax highlighting

This commit is contained in:
John Mulhausen
2016-02-16 17:53:42 -08:00
parent bbeb111863
commit ee72211075
115 changed files with 1922 additions and 1919 deletions
@@ -15,13 +15,13 @@ Get the Kubernetes source. If you are simply building a release from source the
Building a release is simple.
{% highlight bash %}
```shell
git clone https://github.com/kubernetes/kubernetes.git
cd kubernetes
make release
{% endhighlight %}
```
For more details on the release process see the [`build/` directory](http://releases.k8s.io/release-1.1/build/)