1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-26 09:42:00 -07:00

Merge pull request from JohnVillalovos/master

Prefer https:// over git://
This commit is contained in:
Andrew Gallant
2016-09-23 22:28:20 -04:00
committed by GitHub

@@ -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