forked from mirrors/jj
readme: add MacPorts install info
https://ports.macports.org/port/jujutsu/
This commit is contained in:
parent
951eb0b61a
commit
d530b34568
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue