Update README.md

This commit is contained in:
Van der Auwermeulen Grégoire
2019-05-22 13:24:59 +02:00
committed by Jakub Konka
parent 658b5aabcc
commit 60807c5e54

View File

@@ -20,7 +20,7 @@ API proposal called [WebAssembly System Interface], or WASI.
Wasmtime includes a git submodule; in order to build it, it's necessary to
obtain a full checkout, like this:
```
git clone --recurse-submodules https://github.com/CraneStation/wasmtime.git.
git clone --recurse-submodules https://github.com/CraneStation/wasmtime.git
```
To build Wasmtime, install cmake and clang, and then build with cargo, such