summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-05-24 19:08:22 -0500
committersanine <sanine.not@pm.me>2022-05-24 19:08:22 -0500
commit79e97c771f09bcca414d7eb3e68376357518a3ae (patch)
treebc11c04cee3bc461cf6a7dccc7cf6c085d62ff6c /README.md
parent4d1f202e07b7a0f98e2d3dff62630a528f53a4f8 (diff)
add notes.md
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: