You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by mb...@apache.org on 2020/06/24 20:00:40 UTC

[incubator-daffodil-site] branch master updated: Added bundle exec trick to README.md

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

mbeckerle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git


The following commit(s) were added to refs/heads/master by this push:
     new bce0037  Added bundle exec trick to README.md
bce0037 is described below

commit bce0037464d0f481125864f0bbbbec4f63e3efe3
Author: Michael Beckerle <mb...@tresys.com>
AuthorDate: Wed Jun 24 16:00:26 2020 -0400

    Added bundle exec trick to README.md
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index c951376..55ceb5d 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,10 @@ running from within the directory:
 
     $ jekyll serve --watch --source site
 
+If that fails to work due to missing jekyll plugin versions, try:
+
+    $ bundle exec jekyll serve --watch --source site
+
 Open [http://localhost:4000](http://localhost:4000) to view the site served by Jekyll.
 
 Once satisfied, create a branch and open a pull request using the Daffodil