Add help about Gentoo/Linux (#8002)

Merge pull request 8002
This commit is contained in:
wzy 2020-04-13 23:34:22 +08:00 committed by GitHub
parent d0b79bb3bb
commit e5804f33c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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