From 45c3cd19bee9a10fd189e01b6bb3508e021abcf8 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 26 Dec 2018 21:13:33 +0900 Subject: [PATCH] Fixing README: git clone https... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf169af1..230b0b2ec 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ It will walk you through getting a wikipedia search engine up and running in a f Tantivy compiles on stable rust but requires `Rust >= 1.27`. To check out and run tests, you can simply run : - git clone git@github.com:tantivy-search/tantivy.git + git clone https://github.com/tantivy-search/tantivy.git cd tantivy cargo build