1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02:00

readme: add Ubuntu install instructions

This commit is contained in:
Sebastian Torres 2018-01-12 20:44:28 -03:00 committed by Andrew Gallant
parent 82d03b99cd
commit f00625c3f4

View File

@ -154,7 +154,7 @@ The binary name for `ripgrep` is `rg`.
**[Archives of precompiled binaries for `ripgrep` are available for Windows,
macOS and Linux.](https://github.com/BurntSushi/ripgrep/releases)** Users of
platforms not explicitly mentioned below (such as Debian and Ubuntu) are advised
platforms not explicitly mentioned below (such as Debian) are advised
to download one of these archives.
Linux binaries are static executables. Windows binaries are available either as
@ -225,6 +225,15 @@ $ nix-env --install ripgrep
$ # (Or using the attribute name, which is also `ripgrep`.)
```
If you're an **Ubuntu** user, `ripgrep` can be installed from the `snap` store.
* Note that if you are using `16.04 LTS` or later, snap is already installed.
* For older versions you can install snap using
[this guide](https://docs.snapcraft.io/core/install-ubuntu).
```
sudo snap install rg
```
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`.
* Note that the minimum supported version of Rust for ripgrep is **1.17**,
although ripgrep may work with older versions.