From 14c3e21d321dd21b09f6a086b15d3a247e1eaa41 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 20 Jul 2022 11:16:54 -0700 Subject: [PATCH] Use an https URL instead of a git URL in README.md. Tre git URL requires a user to have configured git with github credentials, so use an https URL instead. Fixes #242. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80f3bfc..f0019ad 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ sources mentioned above, and compile with This repository uses git submodule, to clone it you need use the command below : ```shell script -git clone --recursive git@github.com:WebAssembly/wasi-sdk.git +git clone --recursive https://github.com/WebAssembly/wasi-sdk.git ``` ## Requirements