0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 21:30:16 +02:00

Merge pull request #271 from tuxuser/readme/gentoo_portage

README: Add install instructions for gentoo via portage
This commit is contained in:
Zack 2020-09-21 06:12:51 -07:00 committed by GitHub
commit 04e92a4ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,11 @@ On Ubuntu you can install with `snap`:
$ snap install croc $ snap install croc
``` ```
On Gentoo you can install with `portage`:
```
$ emerge net-misc/croc
```
On Termux you can install with `pkg`: On Termux you can install with `pkg`:
``` ```