forked from mirrors/jj
Added docs about installation under Gentoo Linux
This commit is contained in:
parent
7449e67142
commit
3d5c5b03de
1 changed files with 12 additions and 0 deletions
|
@ -93,6 +93,18 @@ If you use linuxbrew, you can run:
|
|||
brew install jj
|
||||
```
|
||||
|
||||
#### Gentoo Linux
|
||||
|
||||
`dev-vcs/jj` is available in the [GURU](https://wiki.gentoo.org/wiki/Project:GURU) repository.
|
||||
Details on how to enable the GURU repository can be found [here](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_End_Users).
|
||||
|
||||
Once you have synced the GURU repository, you can install `dev-vcs/jj` via Portage:
|
||||
|
||||
|
||||
```
|
||||
emerge -av dev-vcs/jj
|
||||
```
|
||||
|
||||
### Mac
|
||||
|
||||
#### From Source, Vendored OpenSSL
|
||||
|
|
Loading…
Reference in a new issue