Skip to content

Commit

Permalink
docs: add MacPorts install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot authored Aug 25, 2023
1 parent 47386e6 commit 1741e0d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ from the official repositories using [Pacman](https://wiki.archlinux.org/title/P
pacman -S repgrep
```

#### Via MacPorts (macOS)

`repgrep` can also be installed on macOS using [MacPorts](https://www.macports.org):

```bash
sudo port install repgrep
```

More info [here](https://ports.macports.org/port/repgrep/).

#### From Source (via Cargo)

**NOTE**: The minimum Rust version required is `1.65.0`.
Expand All @@ -91,4 +101,4 @@ cargo install --path .
[releases]: https://github.com/acheronfail/repgrep/releases
[`ripgrep` installation instructions]: https://github.com/BurntSushi/ripgrep/#installation

License: Unlicense OR MIT OR Apache-2.0
License: Unlicense OR MIT OR Apache-2.0

0 comments on commit 1741e0d

Please sign in to comment.