summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2016-01-04 11:19:15 -0800
committerJF Bastien <github@jfbastien.com>2016-01-04 11:19:15 -0800
commita9b0fd332b67d1aaff723a3d57b52f39be80dece (patch)
tree78f806079f27f76a107a90ab5d30f7cf4289ca99
parent816deb062f33d6396e1bcd4eecb57634d2abd381 (diff)
downloadbinaryen-a9b0fd332b67d1aaff723a3d57b52f39be80dece.tar.gz
binaryen-a9b0fd332b67d1aaff723a3d57b52f39be80dece.tar.bz2
binaryen-a9b0fd332b67d1aaff723a3d57b52f39be80dece.zip
README: mention update.py
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index af030cdcf..5b74679fe 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ Usage instructions for each are below.
## Building
+First run `update.py` to initialize the git submodules and fetch the test files. You may need to re-run `update.py` from time to time.
+
```
$ ./build.sh
```
@@ -165,7 +167,7 @@ The `check.py` script supports some options:
* If an interpreter is provided, we run the output through it, checking for parse errors.
* If tests are provided, we run exactly those. If none are provided, we run them all.
* Some tests require `emcc` or `nodejs` in the path. They will not run if the tool cannot be found, and you'll see a warning.
- * We have tests from upstream in `tests/spec` and `tests/experimental`, in git submodules. Running `./build.sh` should update those.
+ * We have tests from upstream in `tests/spec` and `tests/experimental`, in git submodules. Running `./pudate.py` should update those.
(`src/emscripten-optimizer` is synced with `tools/optimizer/` in the main emscripten repo, for convenience)