From 776959eaffad5bf1cec5da5205f883b3da776635 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Mon, 20 Jun 2022 04:25:37 +0900 Subject: [PATCH] Fix installation with MacPorts (#1529) MacPorts installed in a general way requires `sudo`. Ref: https://superuser.com/a/1413502 --- docs/THIRD_PARTY_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/THIRD_PARTY_INSTALL.md b/docs/THIRD_PARTY_INSTALL.md index a1ea42d19e..39c96ec9d1 100644 --- a/docs/THIRD_PARTY_INSTALL.md +++ b/docs/THIRD_PARTY_INSTALL.md @@ -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