From 5615eabf66b1eec2424ffd1b714ade5d6f356491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 28 Sep 2012 14:02:57 +0200 Subject: [PATCH] Update readme.md --- readme.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 0f02e83eb1..3dce12cca9 100644 --- a/readme.md +++ b/readme.md @@ -22,9 +22,13 @@ Then, start a simple webserver, for example: $ python -mSimpleHTTPServer -Explore the `examples/` directory through this server, for example . You can turn off compilation by appending `?mode=RAW` to the URL, for example . +Explore the `examples/` directory through this server, for example +. You can turn off +compilation by appending `?mode=RAW` to the URL, for example +. -Note that appending `?mode=RAW` doesn't work with `file://` URLs, which is why you need to access the `examples/` directory though a web server. +Note that appending `?mode=RAW` doesn't work with `file://` URLs, which is why +you need to access the `examples/` directory though a web server. ## Run tests @@ -36,6 +40,8 @@ See also the test-specific [readme](https://github.com/openlayers/ol3/tree/maste ## Run the linter -First, install the [Closure Linter](https://developers.google.com/closure/utilities/docs/linter_howto). Then: +First, install the [Closure +Linter](https://developers.google.com/closure/utilities/docs/linter_howto). +Then: $ make lint