diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-23 17:00:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-23 17:00:38 +0000 |
commit | 45bace1328a5ea60f61fde2e1410447f218ed83b (patch) | |
tree | 7f812f769f6962474789d74378b9e3c262d67bb2 | |
parent | a0af5eb30700bf68dc88359645230b7608094125 (diff) | |
parent | 9136c122f80983e9f6b543241b7912b71117d928 (diff) | |
download | qmk_firmware-45bace1328a5ea60f61fde2e1410447f218ed83b.tar.gz qmk_firmware-45bace1328a5ea60f61fde2e1410447f218ed83b.zip |
Merge remote-tracking branch 'origin/master' into develop
-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: |