mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 10:07:28 +00:00
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
|
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
|
#### From Source
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue