Skip to content

Commit

Permalink
Add homebrew on Linux and macOS
Browse files Browse the repository at this point in the history
This adds directions that will work when
Homebrew/homebrew-core#105986 is merged.  If that is
not merged, we can create a tap and adjust these directions accordingly.
  • Loading branch information
ClashTheBunny committed Oct 18, 2022
1 parent 4fed26d commit f6dd251
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6dd251

Please sign in to comment.