Skip to content

Commit f2b983f

Browse files
authored
Add wiki to README.
1 parent f660999 commit f2b983f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This prototype refactoring plug-in for [Eclipse](http://eclipse.org) represents
99

1010
## Usage
1111

12-
### Installation for Usage
12+
### Installation
1313

1414
### Marking Entry Points
1515

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

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

26-
### Installation for Development
26+
### Installation
2727

2828
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.
2929

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

4040
[annotations]: https://github.com/ponder-lab/edu.cuny.hunter.streamrefactoring.annotations
41+
42+
### Further Information
43+
44+
See the [wiki][wiki] for further information.
45+
46+
[wiki]: https://github.com/ponder-lab/Java-8-Stream-Refactoring/wiki

0 commit comments

Comments
 (0)