You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2020/01/21 21:22:30 UTC

[GitHub] [incubator-daffodil-site] olabusayoT commented on a change in pull request #16: Automate building/publishing of the website

olabusayoT commented on a change in pull request #16: Automate building/publishing of the website
URL: https://github.com/apache/incubator-daffodil-site/pull/16#discussion_r369243104
 
 

 ##########
 File path: README.md
 ##########
 @@ -25,15 +25,19 @@ The website is generated using [Jekyll](https://jekyllrb.com/) and some plug-ins
 
 # How to deploy this web site
 
-## Install Jekyll
+## Install Ruby Bundler
 
-Some Linux distributions provide Jekyll via their package managers, for example, for Fedora 25
+Some Linux distributions provide the Ruby Bundler via their package managers, for example, for Fedora:
 
-    $ dnf install rubygem-jekyll
+    $ dnf install rubygem-bundler
 
-Alternatively, Jekyll can be installed using gem:
+## Install or Update Site Dependencies
 
-    $ gem install jekyll
+    $ gem install
+
+or
+
+    $ gen update
 
 Review comment:
   Should this say "gem update"?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services