Skip to content

Commit

Permalink
update docs with macports instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Aug 27, 2023
1 parent 1741e0d commit fae1b32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,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
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 fae1b32

Please sign in to comment.