1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

Merge pull request #39 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
commit ef6dea40ff

View File

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