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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 09525c1  [HUDI-213] Add gem dependencies installation step for 
building doc description (#838)
09525c1 is described below

commit 09525c1fb4e066e981047957e85bbefbd3b3ae91
Author: vinoyang <yanghua1...@gmail.com>
AuthorDate: Wed Aug 21 20:43:06 2019 +0800

    [HUDI-213] Add gem dependencies installation step for building doc 
description (#838)
---
 docs/README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/README.md b/docs/README.md
index 8593206..4307a6a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -26,7 +26,11 @@ To build directly on host OS (\*nix), first you need to 
install
 - jekyll (`gem install jekyll`)
 - Update bundler `bundle update --bundler`
 
-and then run the following from `docs` folder to serve a local site
+and then run the following commands from `docs` folder to install dependencies
+
+`bundle install`
+
+and serve a local site
 
 `bundle exec jekyll serve`
 

Reply via email to