From 006bd30424b5b85418051be8823a7696720b7eaa Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Thu, 4 Jul 2024 13:45:15 +0900 Subject: [PATCH] add install instruction for MacPorts mscp is available on MacPorts by @lasmarois #23 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9902642..83343fe 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,11 @@ Paper: - macOS ```console +# Homebrew brew install upa/tap/mscp + +# MacPorts +sudo port install mscp ``` - Ubuntu