From 3286acd3061417c571e0e93c2bd0a0ac45ef11f3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 4 Oct 2018 11:23:42 -0600 Subject: [PATCH] Use HTTPS cloning for riot-web too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d55c56957..6e4248b0c1 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ Then similarly with `matrix-react-sdk`: Finally, build and start Riot itself: -1. `git clone git@github.com:vector-im/riot-web.git` +1. `git clone https://github.com/vector-im/riot-web.git` 1. `cd riot-web` 1. `git checkout develop` 1. `npm install`