From 30612e7d22fe4b7174cfc4633c0ee172f87a64a8 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 17 Feb 2015 10:22:04 +0100 Subject: [PATCH] Prereqs, formatting --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e37d0338..f18d1e509 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,27 @@ IntelliJ SDK Plugin Documentation and Samples You can find the current official documentation [here](http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopment) -Docs engine ------------ +#IntelliJ documentation engine -Install +##Prerequisites +Ruby 2.0 or higher + +##Installation ``` sudo gem install jekyll ``` -Initialize submodules +##Initialize submodules ``` git submodule update --init --remote ``` -Preview +##Preview ``` rake preview ``` -Build +##Build ``` rake build ``` \ No newline at end of file