Update build instructions for Windows

This commit is contained in:
Tom Payne
2013-02-12 15:47:08 +01:00
parent 3d34360070
commit 357ca379db

View File

@@ -13,12 +13,16 @@ Run build.py:
$ ./build.py
Windows users should run `build` instead.
## Run examples locally
Run the [Plovr](http://plovr.com/) web server with:
$ ./build.py serve
Windows users should run `build serve` instead.
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