Skip to content

Commit

Permalink
Merge pull request #95 from herbygillot/docs-macports-install
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail authored Aug 27, 2023
2 parents 47386e6 + fae1b32 commit 946b8f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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 Down
10 changes: 10 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@
//! 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 Down

0 comments on commit 946b8f5

Please sign in to comment.