Skip to content

Commit

Permalink
Add wiki to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad authored Jan 12, 2018
1 parent f660999 commit f2b983f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This prototype refactoring plug-in for [Eclipse](http://eclipse.org) represents

## Usage

### Installation for Usage
### Installation

### Marking Entry Points

Expand All @@ -23,7 +23,7 @@ There are currently some limitations with embedded streams (i.e., streams declar

Please see [the wiki](http://github.com/ponder-lab/Java-8-Stream-Refactoring/wiki) for more information regarding development.

### Installation for Development
### Installation

The project includes a maven configuration file using the tycho plug-in, which is part of the [maven eclipse plugin](http://www.eclipse.org/m2e/). Running `mvn install` will install *most* dependencies. Note that if you are not using maven, this plugin depends on https://github.com/khatchad/edu.cuny.citytech.refactoring.common, the **Eclipse SDK**, **Eclipse SDK tests**, and the **Eclipse testing framework**. The latter three can be installed from the "Install New Software..." menu option under "Help" in Eclipse.

Expand All @@ -38,3 +38,9 @@ You should have the following projects in your workspace:
### Running the Evaluator

[annotations]: https://github.com/ponder-lab/edu.cuny.hunter.streamrefactoring.annotations

### Further Information

See the [wiki][wiki] for further information.

[wiki]: https://github.com/ponder-lab/Java-8-Stream-Refactoring/wiki

0 comments on commit f2b983f

Please sign in to comment.