mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
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
@ -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…
Reference in New Issue
Block a user