From e5804f33c264519b037ce920324f9d568fe841f6 Mon Sep 17 00:00:00 2001 From: wzy <32936898+Freed-Wu@users.noreply.github.com> Date: Mon, 13 Apr 2020 23:34:22 +0800 Subject: [PATCH] Add help about Gentoo/Linux (#8002) Merge pull request 8002 --- docs/_docs/installation/other-linux.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/_docs/installation/other-linux.md b/docs/_docs/installation/other-linux.md index a220b898..927f5e45 100644 --- a/docs/_docs/installation/other-linux.md +++ b/docs/_docs/installation/other-linux.md @@ -16,6 +16,18 @@ On Debian: sudo apt-get install ruby-full build-essential ``` +On Gentoo Linux: + +```sh +sudo emerge -av jekyll +``` + +or + +```sh +sudo emerge --ask --verbose jekyll +``` + On ArchLinux: ```sh