From 9035c6b7b3e7b14c8e97f5c1655fc67f89fb4cd7 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Fri, 23 Sep 2016 16:34:24 -0700 Subject: [PATCH] Prefer https:// over git:// 1) git is not a secure protocol and vulnerable to man-in-the-middle attacks. 2) git:// is a pain for users behind proxy servers :( Change-Id: I1901bebbaf8f64b23b070dee8732a6fb13cbdfdd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6332e607..0d9d8ced 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ The syntax supported is `ripgrep` compiles with Rust 1.9 (stable) or newer. Building is easy: ``` -$ git clone git://github.com/BurntSushi/ripgrep +$ git clone https://github.com/BurntSushi/ripgrep $ cd ripgrep $ cargo build --release $ ./target/release/rg --version