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:
commit
ef6dea40ff
@ -236,7 +236,7 @@ The syntax supported is
|
|||||||
`ripgrep` compiles with Rust 1.9 (stable) or newer. Building is easy:
|
`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
|
$ cd ripgrep
|
||||||
$ cargo build --release
|
$ cargo build --release
|
||||||
$ ./target/release/rg --version
|
$ ./target/release/rg --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user