mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update docs/README.md
This commit is contained in:
parent
a2fd980f92
commit
9cf8b421b5
1 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## Zeppelin documentation
|
||||
## Apache Zeppelin documentation
|
||||
|
||||
This readme will walk you through building the Zeppelin documentation, which is included here with the Zeppelin source code.
|
||||
|
||||
|
|
@ -6,15 +6,16 @@ This readme will walk you through building the Zeppelin documentation, which is
|
|||
## Build documentation
|
||||
See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
|
||||
|
||||
**tl;dr version:**
|
||||
**Requirements**
|
||||
|
||||
```
|
||||
ruby --version >= 1.9.3
|
||||
ruby --version >= 2.0.0
|
||||
gem install bundler
|
||||
# go to /docs under your Zeppelin source
|
||||
bundle install
|
||||
```
|
||||
|
||||
For the further information about requirements, please see [here](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements).
|
||||
*On OS X 10.9 you may need to do "xcode-select --install"*
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue