From 9136c122f80983e9f6b543241b7912b71117d928 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 23 Dec 2020 17:59:57 +0100 Subject: [PATCH] docs: add Gentoo to newbs_getting_started.md (#11241) --- docs/newbs_getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index eee087e4c..5eb99377c 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -66,6 +66,7 @@ You will need to install Git and Python. It's very likely that you already have * Void: `sudo xbps-install -y git python3-pip` * Solus: `sudo eopkg -y install git python3` * Sabayon: `sudo equo install dev-vcs/git dev-python/pip` +* Gentoo: `sudo emerge dev-vcs/git dev-python/pip` Install the global CLI to bootstrap your system: