From ebf7a0644e6a41fbc70c9fa6a6b5dd905b386042 Mon Sep 17 00:00:00 2001 From: Peter Niederlag Date: Sat, 13 Jun 2015 21:28:49 +0200 Subject: [PATCH] [DOC] install from Package vs. Source --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4f385..2b9034b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,18 @@ A NetBeans IDE plugin supporting the [EditorConfig][] standard. [![](https://travis-ci.org/welovecoding/editorconfig-netbeans.svg?branch=master)](https://travis-ci.org/welovecoding/editorconfig-netbeans) -[**DOWNLOAD**](https://github.com/welovecoding/editorconfig-netbeans/releases) +## Installation + +### Release package + +- Download the latest version of the plugin as package from our [releases page](https://github.com/welovecoding/editorconfig-netbeans/releases) + +### From source + +- clone this repo +- make sure your netbeans has the maven plugin installed +- just open the directory where you cloned this repo as a new project in netbeans +- build ## Features