Skip to content

Commit

Permalink
Added How to use section
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkyenus committed Feb 10, 2015
1 parent 3cacde0 commit c03e094
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ Originally hosted on https://code.google.com/p/glsl4idea/
Changes made with permissions from original authors by Jan Polák (Darkyen).

Licensed under GNU LGPL, see license file.

# How to use
1. Download plugin .jar from here or compile it yourself (see below)
2. Install plugin (Tested on IntelliJ CE 14, similar versions may work) (Preferences -> Plugins -> Install plugin from disk)
3. Create .glsl file and enjoy

## Compiling
1. Clone (or download) this repository
2. Create Intellij project in this directory with Plugin module (Make sure you have official Plugin DevKit installed)
3. Build -> Prepare plugin for deployment -> You will be notified with plugin jar path

0 comments on commit c03e094

Please sign in to comment.