diff --git a/index.html b/index.html
index 4986d1dd0..0f14ea171 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,24 @@ PetClinic demonstrates the use of a Spring Boot with Spring MVC and Spring Data.
{% capture main_content %}
+
+
+## Quick Start
+
+You need Java 1.8 and git:
+
+```
+$ git clone https://github.com/spring-projects/spring-petclinic.git
+$ cd spring-petclinic
+$ ./mvnw spring-boot:run
+```
+
+You can then access petclinic here: http://localhost:8080/
+
+
+
+## The Musem Section
+
> **For posterity: here is the text of the old http://springframework.org/docs/petclinic.html. Thankfully, much of it is irrelevant or inaccurate now, but it might be an interesting historical document one day. A monument to all those who served in this vessel...**
## The Spring PetClinic Application