$ curl -LO 'https://github.com/BurntSushi/ripgrep/releases/download/0.5.2/ripgrep-0.5.2-x86_64-unknown-linux-musl.tar.gz' $ tar xf ripgrep-0.5.2-*.tar.gz $ cp ripgrep-0.5.2-*/rg $HOME/bin/rg
$ git clone git://github.com/BurntSushi/ripgrep $ cd ripgrep $ cargo build --release $ ./target/release/rg -V ripgrep 0.5.2
[1] - https://www.rust-lang.org/en-US/install.html
[2] - https://github.com/BurntSushi/ripgrep/issues/10
[3] - https://launchpad.net/~x4121/+archive/ubuntu/ripgrep
[1] - https://www.rust-lang.org/en-US/install.html
[2] - https://github.com/BurntSushi/ripgrep/issues/10
[3] - https://launchpad.net/~x4121/+archive/ubuntu/ripgrep