diff options
author | Boris Faure <billiob@gmail.com> | 2020-12-23 17:59:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 17:59:57 +0100 |
commit | 9136c122f80983e9f6b543241b7912b71117d928 (patch) | |
tree | 21d8c3e054a617fa7126b7c510385bd4ee3407f5 | |
parent | cc4b93b330e3cfa50b00dd6edea3f9abcf15c05d (diff) | |
download | qmk_firmware-9136c122f80983e9f6b543241b7912b71117d928.tar.gz qmk_firmware-9136c122f80983e9f6b543241b7912b71117d928.zip |
docs: add Gentoo to newbs_getting_started.md (#11241)
-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 eee087e4c0..5eb99377c1 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: |