ok/jj
1
0
Fork 0
forked from mirrors/jj

Added docs about installation under Gentoo Linux

This commit is contained in:
Daniel Raniz Raneland 2024-08-20 09:49:54 +02:00 committed by Martin von Zweigbergk
parent 7449e67142
commit 3d5c5b03de

View file

@ -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