From bd8ae92f89a6615d60c356ac0701730a7099a264 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 2 Aug 2012 17:06:36 +0200 Subject: [PATCH] Update readme.md --- readme.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index b51f7b8f9e..42a1db78d7 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,24 @@ # OpenLayers 3 -## Run Tests +## Build it + +Run make: + + $ make + +## Run the example Run the [plovr](http://plovr.com/) web server with: $ make serve -Open http://localhost:9810/ in the browser, and select *List of tests* or *Test -runner*. +Then open skeleton.html in the browser (e.g. +). -## Run the example +## Run tests -Run the plovr web server (see above), and open skeleton.html in the browser -(e.g. http://localhost/~elemoine/ol3/skeleton.html). +Run the plovr web server (see above), then open in +your browser and select *List of tests* or *Test runner*. ## Run the linter