Add some installation notes
diff --git a/README.md b/README.md
index 4e48110..ffb8c01 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,26 @@
 # Tomcat Training Material
 
 This repository hosts the community developed Apache Tomcat training material.
+
+## Installation
+
+1. Install [Node.js](http://nodejs.org/) (4.0.0 or later)
+1. Clone this repository
+   ```sh
+   git clone https://github.com/apache/tomcat-training.git
+   ```
+1. Navigate to the newly cloned repository
+   ```sh
+   cd tomcat-training
+   ```
+1. Install dependencies
+   ```sh
+   npm install
+   ```
+1. Start the local server and monitor for changes
+   ```sh
+   npm start
+   ```
+1. View the material on <http://localhost:8000>
+
+Edits made to the source files should be visiblein yoru browser shortly after saving.