Fix installation with MacPorts (#1529)
MacPorts installed in a general way requires `sudo`. Ref: https://superuser.com/a/1413502
This commit is contained in:
parent
467e5b2063
commit
776959eaff
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ brew install zellij
|
||||||
Or install with [MacPorts](https://ports.macports.org/port/zellij/details/):
|
Or install with [MacPorts](https://ports.macports.org/port/zellij/details/):
|
||||||
|
|
||||||
```
|
```
|
||||||
port install zellij
|
sudo port install zellij
|
||||||
```
|
```
|
||||||
|
|
||||||
### Void Linux
|
### Void Linux
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue