diff --git a/README.md b/README.md index 06a69c1..f2bc46d 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,13 @@ You can find the documentation [here](https://mryawe.github.io/ocaml/quadtrees/) ## Run the demo program `$ make` -`$ ./Demo.native` -The program can be `Demo.byte` if the native build is not available on your computer.                                 +`$ ./Demo.native` +The program can be `Demo.byte` if the native build is not available on your computer. +You can use the `SCALE` env variable to fit your needs. +`$ SCALE=2 ./Demo.native` + ## Run tests -You need to have [OUnit2](http://ounit.forge.ocamlcore.org/) intalled. +You need to have [OUnit2](http://ounit.forge.ocamlcore.org/) installed. `$ make test`