From 33251a97c94f6b1aa471423f7118205249e591f5 Mon Sep 17 00:00:00 2001 From: Missing Link Date: Fri, 8 Sep 2023 00:52:02 +0800 Subject: [PATCH] Add MacPorts as a new installation method --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a83c5df0e..76a826528 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ On macOS sccache can be installed via [Homebrew](https://brew.sh/): brew install sccache ``` +or via [MacPorts](https://www.macports.org/): + +```bash +sudo port install sccache +``` + ### Windows On Windows, sccache can be installed via [scoop](https://scoop.sh/):