From 7ce3ee7867c20c53385d0130613f6a9e503e1fa1 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Sun, 15 Jun 2014 22:11:43 -0700 Subject: [PATCH] Update the README with a TOC --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5817c637fd..8465d584b4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Kubernetes is an open source implementation of container cluster management. ## Kubernetes can run anywhere! However, initial development was done on GCE and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code. +### Contents +* [Getting started on Google Compute Engine](#getting-started-on-google-compute-engine) +* [Running a local cluster](#running-locally) +* [Discussion and Community Support](#community-discussion-and-support) +* [Hacking on Kubernetes](#development) + ## Getting started on Google Compute Engine ### Prerequisites