Skip to content

Commit

Permalink
Adding dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Oct 21, 2015
1 parent b12c550 commit e1d373d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@ Vote on [`Kickstarter`](https://www.kickstarter.com/projects/1453417775/plugins-

> Integration for Web, Eclipse and IDEA development environement for the [GalenFramework](http://galenframework.com)
[![Build Status](https://travis-ci.org/hypery2k/galen_ide.svg?branch=master)](https://travis-ci.org/hypery2k/galen_ide)
[![Build Status](https://travis-ci.org/hypery2k/galen_ide.svg?branch=master)](https://travis-ci.org/hypery2k/galen_ide)

## Dev instructions

For local setup use [Xtext 2.9.0beta5](https://www.eclipse.org/modeling/tmf/downloads/?showAll=1&hlbuild=S201510020259&project=xtext#S201510020259) or above and clone this repository.

Then in the repository run:

```bash
cd com.galenframework.parent
mvn install eclipse:eclipse
```

0 comments on commit e1d373d

Please sign in to comment.