diff options
-rw-r--r-- | docs/newbs_getting_started.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
66 | * Void: `sudo xbps-install -y git python3-pip` | 66 | * Void: `sudo xbps-install -y git python3-pip` |
67 | * Solus: `sudo eopkg -y install git python3` | 67 | * Solus: `sudo eopkg -y install git python3` |
68 | * Sabayon: `sudo equo install dev-vcs/git dev-python/pip` | 68 | * Sabayon: `sudo equo install dev-vcs/git dev-python/pip` |
69 | * Gentoo: `sudo emerge dev-vcs/git dev-python/pip` | ||
69 | 70 | ||
70 | Install the global CLI to bootstrap your system: | 71 | Install the global CLI to bootstrap your system: |
71 | 72 | ||