summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2016-09-23 16:34:24 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2016-09-23 16:34:24 -0700
commit9035c6b7b3e7b14c8e97f5c1655fc67f89fb4cd7 (patch)
treeacf5fa91e6f9e55c4d2ada7b079da38ef78ac018 /README.md
parentf5eb36baac668dd6eeb5b90fea2a374940fca06d (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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