diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 0228a0f8..979279b8 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -25,16 +25,11 @@ Before you start, make sure your system has the following: - [Python 2.7](https://www.python.org/downloads/)
- Users of Jekyll on Ubuntu have reported encountering
- Could not locate Gemfile or .bundle/ directory error messages at the
- bundle exec jekyll serve
step in the Quick-start guide.
- The likely cause is that all installation requirements have not been fully met.
- Recent stock Ubuntu distributions require the installation of both the ruby
and ruby-all-dev
- packages, e.g. via sudo apt-get install ruby ruby-all-dev
(RubyGems should be included in ruby
).
- The ruby-all-dev
.deb package in particular contains development header files whose absence causes
- the above error message.
+ Check out the troubleshooting page or
+ report an issue so the
+ Jekyll community can improve the experience for everyone.