You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/02/01 15:14:01 UTC

kylin git commit: minor, update documents on jekyll installation

Repository: kylin
Updated Branches:
  refs/heads/1.x-staging 555a2e566 -> b507b44f2


minor, update documents on jekyll installation


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b507b44f
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b507b44f
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b507b44f

Branch: refs/heads/1.x-staging
Commit: b507b44f25b3887489f31bfd81da26617fafbb51
Parents: 555a2e5
Author: dongli <do...@donglisMac.local>
Authored: Mon Feb 1 22:13:00 2016 +0800
Committer: dongli <do...@donglisMac.local>
Committed: Mon Feb 1 22:13:00 2016 +0800

----------------------------------------------------------------------
 website/_dev/howto_docs.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b507b44f/website/_dev/howto_docs.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_docs.md b/website/_dev/howto_docs.md
index 3eca761..4850750 100644
--- a/website/_dev/howto_docs.md
+++ b/website/_dev/howto_docs.md
@@ -17,6 +17,7 @@ Install following tools before you add or edit documentation:
 2. Then, install [Jekyll](http://jekyllrb.com), and required plugins
 	* `gem install jekyll jekyll-multiple-languages kramdown rouge`  
 	* __Note__: Some specific version of jekyll and jekyll-multiple-languages does not work together (I got a "undefined method" error with jekyll 3.0.1 and jekyll-multiple-languages 2.0.3). In that case, `jekyll 2.5.3` and `jekyll-multiple-languages 1.0.8` is the known working version.
+        * eg. Use `gem install jekyll --version "=2.5.3"` to install a specific version.
 	
 3. And optionally any markdown editor you prefer