Skip to content

Commit

Permalink
Fix installation with MacPorts (#1529)
Browse files Browse the repository at this point in the history
MacPorts installed in a general way requires `sudo`.
Ref: https://superuser.com/a/1413502
  • Loading branch information
ken-matsui authored Jun 19, 2022
1 parent 467e5b2 commit 776959e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/THIRD_PARTY_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ brew install zellij
Or install with [MacPorts](https://ports.macports.org/port/zellij/details/):

```
port install zellij
sudo port install zellij
```

### Void Linux
Expand Down

0 comments on commit 776959e

Please sign in to comment.