Add homebrew on Linux and macOS

This adds directions that will work when
https://github.com/Homebrew/homebrew-core/pull/105986 is merged.  If that is
not merged, we can create a tap and adjust these directions accordingly.
This commit is contained in:
Randall Mason 2022-07-16 13:46:58 -05:00 committed by Randall Mason
parent 4fed26dffd
commit f6dd25126c

View file

@ -187,8 +187,28 @@ nix profile install 'github:martinvonz/jj'
```
#### Homebrew
If you use linuxbrew, you can run:
```shell script
brew install jj
```
### Mac
#### Homebrew
If you use Homebrew, you can run:
```shell script
brew install jj
```
#### From Source
You may need to run some or all of these:
```shell script
xcode-select --install