Fix installation with MacPorts (#1529)

MacPorts installed in a general way requires `sudo`.
Ref: https://superuser.com/a/1413502
This commit is contained in:
Ken Matsui 2022-06-20 04:25:37 +09:00 committed by GitHub
parent 467e5b2063
commit 776959eaff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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