diff options
author | 王晨 <wangchenclark0512@gmail.com> | 2016-06-07 16:49:52 -0700 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2016-06-07 16:49:52 -0700 |
commit | e8f8aa4eddc2e27251690027263b61b9138dbcd7 (patch) | |
tree | 498aa6ebdf693f3355d9e15110680165a424edf3 /README.md | |
parent | f2edae202e803d729fe5e6a0b8a06d6ea811d286 (diff) | |
download | wabt-e8f8aa4eddc2e27251690027263b61b9138dbcd7.tar.gz wabt-e8f8aa4eddc2e27251690027263b61b9138dbcd7.tar.bz2 wabt-e8f8aa4eddc2e27251690027263b61b9138dbcd7.zip |
update the step of cloning (#85)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Clone as normal, but don't forget to update/init submodules as well: ``` $ git clone https://github.com/WebAssembly/sexpr-wasm-prototype +$ cd sexpr-wasm-prototype $ git submodule update --init ``` |