From 3d0b5b9d347c8a409fc347a2d6aefc4bfdcb7ece Mon Sep 17 00:00:00 2001 From: tuxuser <462620+tuxuser@users.noreply.github.com> Date: Mon, 21 Sep 2020 03:16:15 +0200 Subject: [PATCH] README: Add install instructions for gentoo via portage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f30f258..38966ca 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,11 @@ On Ubuntu you can install with `snap`: $ snap install croc ``` +On Gentoo you can install with `portage`: +``` +$ emerge net-misc/croc +``` + On Termux you can install with `pkg`: ```