Skip to content

Commit

Permalink
readme: add instructions for Haiku x86_64 and x86_gcc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Crestwave authored and BurntSushi committed Jan 21, 2020
1 parent 8670a4a commit c358700
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,20 @@ If you're a **NetBSD** user, then you can install ripgrep from
# pkgin install ripgrep
```

If you're a **Haiku x86_64** user, then you can install ripgrep from the
[official ports](https://github.com/haikuports/haikuports/tree/master/sys-apps/ripgrep):

```
$ pkgman install ripgrep
```

If you're a **Haiku x86_gcc2** user, then you can install ripgrep from the
same port as Haiku x86_64 using the x86 secondary architecture build:

```
$ pkgman install ripgrep_x86
```

If you're a **Rust programmer**, ripgrep can be installed with `cargo`.

* Note that the minimum supported version of Rust for ripgrep is **1.34.0**,
Expand Down

0 comments on commit c358700

Please sign in to comment.