From d530b34568e592fcdc58fe2129672395b9fca5bd Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 6 Dec 2022 22:40:40 -0500 Subject: [PATCH] readme: add MacPorts install info https://ports.macports.org/port/jujutsu/ --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5ab2412bd..561d24beb 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,15 @@ If you use Homebrew, you can run: brew install jj ``` +#### MacPorts + +You can also install `jj` via [MacPorts](https://www.macports.org) (as the `jujutsu` port): + +```shell script +sudo port install jujutsu +``` + +([port page](https://ports.macports.org/port/jujutsu/)) #### From Source