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/)
-
Running Jekyll on Ubuntu
+
Problems installing Jekyll?

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

@@ -58,10 +53,7 @@ $ gem install jekyll ``` All of Jekyll’s gem dependencies are automatically installed by the above -command, so you won’t have to worry about them at all. If you have problems -installing Jekyll, check out the [troubleshooting](../troubleshooting/) page or -[report an issue]({{ site.repository }}/issues/new) so the Jekyll -community can improve the experience for everyone. +command, so you won’t have to worry about them at all.
Installing Xcode Command-Line Tools