git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit efd9ca81724858a16212833d23944dcec15769c4

Update README to use tools/sexpr-wams-prototype

Alex Beregszaszi committed on 8/3/2016, 11:34:47 PM
Parent: a6b4784e253b47d8bda04aa23a945eda8aa213c3

Files changed

README.mdchanged
README.mdView
@@ -21,14 +21,13 @@
2121 # TESTS
2222 The tests are written in wasm's text format (.wast) which are then compiled into binary format and ran in node.
2323
2424 To run the test you need
25-* `git submodule update --init`
26-* `cd sexpr-wasm-prototype`
25+* `git submodule update --init --recursive`
26+* `cd tools/sexpr-wasm-prototype`
2727 * `git checkout origin/binary_0xa`
28-* `git submodule update --init`
2928 * `make`
30-* `cd ..`
29+* `cd ../..`
3130 * `npm test`
3231
3332
3433 # API

Built with git-ssb-web