From 60807c5e54a8b3b4f86fb994491698a8ea2128ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Van=20der=20Auwermeulen=20Gr=C3=A9goire?= Date: Wed, 22 May 2019 13:24:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59c7b7ea00..1259d4ce70 100644 --- a/README.md +++ b/README.md @@ -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