mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Add some instructions
This commit is contained in:
parent
0dc43a7273
commit
2a57c2f393
18
README.md
18
README.md
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user