summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Haggerty <james@gruemail.com>2022-11-02 06:18:23 +1100
committerJames Haggerty <james@gruemail.com>2022-11-02 06:18:34 +1100
commitad6e919107fb0bb38d01b1ed6e7ca1b56f9719ed (patch)
tree027905b85ba3ae004c983412db59df80ed683db4 /README.md
parentb7a461d280d06749aeb14af1e8c17cbf3616055b (diff)
downloadSensor-Watch-ad6e919107fb0bb38d01b1ed6e7ca1b56f9719ed.tar.gz
Sensor-Watch-ad6e919107fb0bb38d01b1ed6e7ca1b56f9719ed.tar.bz2
Sensor-Watch-ad6e919107fb0bb38d01b1ed6e7ca1b56f9719ed.zip
Separate emscripten build directory
This avoids the need to 'make clean' before you do a simulator build (or vice-versa).
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 90ce5119..b2601da3 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ You may want to test out changes in the emulator first. To do this, you'll need
```
cd movement/make
emmake make
-python3 -m http.server 8000 -d build
+python3 -m http.server -d build-sim
```
Finally, visit [watch.html](http://localhost:8000/watch.html) to see your work.