From 234f35a025b515a30460ed9038b1fadd257c6510 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 21 Jul 2013 00:07:25 +0200 Subject: [PATCH] Update Quick-Start page to include reminder that all requirements must be installed for Jekyll to work. Fixes #1327. --- site/docs/quickstart.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/docs/quickstart.md b/site/docs/quickstart.md index e1a325a5..65af42b3 100644 --- a/site/docs/quickstart.md +++ b/site/docs/quickstart.md @@ -25,3 +25,8 @@ advantage of all the awesome configuration options Jekyll makes available.

In Jekyll 1.1, we switched the default markdown engine for sites generated with jekyll new to Redcarpet

+ +If you're running into problems, ensure you have all the [requirements +installed][Installation]. + +[Installation]: /docs/installation/