You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/11/10 12:16:05 UTC

[wicket-site] 02/02: Add a line explaining how to install the needed jekyll dependencies

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git

commit 6a6dd2560242ad3bf9d7040aa788d5fd446eae25
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Sun Nov 10 14:14:20 2019 +0200

    Add a line explaining how to install the needed jekyll dependencies
---
 readme.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/readme.md b/readme.md
index 92897b9..5db5bd7 100644
--- a/readme.md
+++ b/readme.md
@@ -15,3 +15,5 @@ Just go on project root folder and execute `jekyll serve -w` to generate
 the static HTML and start the local server. The project comes with all
 the dependencies you need (css, js, pictures, etc.) so you don't need
 any preliminary operation before running Jekyll.
+
+If Jekyll is missing any dependency then run `bundle install`.