Skip to content

Commit

Permalink
chore(docs): mention MacPorts install in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi committed Aug 30, 2024
1 parent 9e1a99a commit 1997f53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,18 @@ zypper in lychee

### macOS

Via [Homebrew](https://brew.sh):

```sh
brew install lychee
```

Via [MacPorts](https://www.macports.org):

```sh
sudo port install lychee
```

### Docker

```sh
Expand Down

0 comments on commit 1997f53

Please sign in to comment.