Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

[DOC] install from Package vs. Source #78

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down