mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Prereqs, formatting
This commit is contained in:
parent
8356b579d9
commit
30612e7d22
14
README.md
14
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)
|
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
|
sudo gem install jekyll
|
||||||
```
|
```
|
||||||
|
|
||||||
Initialize submodules
|
##Initialize submodules
|
||||||
```
|
```
|
||||||
git submodule update --init --remote
|
git submodule update --init --remote
|
||||||
```
|
```
|
||||||
|
|
||||||
Preview
|
##Preview
|
||||||
```
|
```
|
||||||
rake preview
|
rake preview
|
||||||
```
|
```
|
||||||
|
|
||||||
Build
|
##Build
|
||||||
```
|
```
|
||||||
rake build
|
rake build
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user