summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a6bf59..54bcc0e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ an interactive map-creation tool
running
-------
-bluerose is a standalone webapp written in vanilla js; as such, you should be able to just open `index.html` in a web browser and use it.
+bluerose is written in vanilla js and doesn't require any building. Simply spin up a web server (I recommend python3's `http.server`) and load `index.html`!
To run the tests: