summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author王晨 <wangchenclark0512@gmail.com>2016-06-07 16:49:52 -0700
committerBen Smith <binjimin@gmail.com>2016-06-07 16:49:52 -0700
commite8f8aa4eddc2e27251690027263b61b9138dbcd7 (patch)
tree498aa6ebdf693f3355d9e15110680165a424edf3 /README.md
parentf2edae202e803d729fe5e6a0b8a06d6ea811d286 (diff)
downloadwabt-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3b14bf3e..5a538976 100644
--- a/README.md
+++ b/README.md
@@ -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
```