Add some instructions

This commit is contained in:
kisenka 2015-02-12 14:44:53 +03:00
parent 0dc43a7273
commit 2a57c2f393

View File

@ -6,3 +6,21 @@ IntelliJ SDK Plugin Documentation and Samples
*Please note that this is under heavy development*
You can find the current official documentation [here](http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopment)
Docs engine
-----------
* Install
```
sudo gem install jekyll
```
* Preview
```
rake preview
```
* Build
```
rake build
```