Merged api and lang READMEs

This commit is contained in:
yueh
2014-12-13 01:26:10 +01:00
parent 2af5a17054
commit 98098ba86e
3 changed files with 50 additions and 44 deletions
-19
View File
@@ -1,19 +0,0 @@
Applied-Energistics-2-API
=========================
The API for Applied Energistics 2. It is open source to discuss changes, improve documentation, and provide better add-on support in general.
Development and standard builds can be obtained [Here](http://ae2.ae-mod.info/Downloads/).
Maven
=========================
When compiling against the AE2 API you can use gradle dependencies, just add
dependencies {
compile "appeng:appliedenergistics2:rv_-_____-__:dev"
}
or add the compile line to your existing dependencies task to your build.gradle
Where the __ are filled in with the correct version criteria; AE2 is available from the default forge maven so no additional repositories are necessary.