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

README: Add install instructions for gentoo via portage

This commit is contained in:
tuxuser 2020-09-21 03:16:15 +02:00
parent dab52b4af7
commit 3d0b5b9d34

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`:
``` ```