From 467fef88758d308ecb6da81092a364c6e3c2120a Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 28 Sep 2012 17:07:33 +0200 Subject: [PATCH] Updating readme File urls work fine now, so using a HTTP server has become optional. --- readme.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index a1a14c76bf..723ef34e68 100644 --- a/readme.md +++ b/readme.md @@ -18,17 +18,15 @@ Run the [Plovr](http://plovr.com/) web server with: $ make serve -Then, start a simple webserver, for example: +Then, either open one of the example html files from the `examples` directory directly in your browser, or 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 -. +and explore the `examples/` directory, for example by opening +. -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. +You can turn off compilation by appending `?mode=RAW` to the URL, for example +. ## Run tests