mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
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:
parent
4fed26dffd
commit
f6dd25126c
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue