From 5096e8a9ac03848fbcf4adc01cac11714428b025 Mon Sep 17 00:00:00 2001 From: Delson Lima Date: Thu, 12 Apr 2018 15:24:55 -0300 Subject: [PATCH] add Arch Linux instalation troubleshoot (#6782) Merge pull request 6782 --- docs/_docs/troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_docs/troubleshooting.md b/docs/_docs/troubleshooting.md index 55ece507..23074f85 100644 --- a/docs/_docs/troubleshooting.md +++ b/docs/_docs/troubleshooting.md @@ -36,6 +36,12 @@ If you installed the above - specifically on Fedora 23 - but the extensions woul sudo dnf install redhat-rpm-config ``` +On Arch Linux you need to run: + +```sh +sudo pacman -S ruby-ffi +``` + On Ubuntu if you get stuck after `bundle exec jekyll serve` and see error messages like `Could not locate Gemfile` or `.bundle/ directory`, it's likely because all requirements have not been fully met. Recent stock Ubuntu