Skip to content

Commit

Permalink
Add MacPorts as a new installation method (mozilla#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
MisLink authored and nebnes committed Sep 26, 2023
1 parent 1f3380e commit 46fa050
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/):
Expand Down

0 comments on commit 46fa050

Please sign in to comment.