Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaltares committed Jul 18, 2014
1 parent 747a49d commit 605cdbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Ashley is available with maven from the following repositories

**Gradle dependency declaration**
```groovy
compile "com.badlogicgames.ashley:core:1.0.0"
compile "com.badlogicgames.ashley:ashley:1.0.0"
```


**Maven dependency declaration**
```xml
<dependency>
<groupId>com.badlogicgames.ashley</groupId>
<artifactId>core</artifactId>
<artifactId>ashley</artifactId>
<version>1.0.0</version>
</dependency>
```
Expand All @@ -42,10 +42,10 @@ compile "com.badlogicgames.ashley:core:1.0.0"

1. Install [Gradle](http://www.gradle.org/downloads)
2. Check out the Git repository
3. Import the `core` project. It works with Eclipse, Intellij, Netbeans or the command line.
3. Import the `ashley` project. It works with Eclipse, Intellij, Netbeans or the command line.
4. Now you can either:
* Run the `jar` task to generate `ashley/core/build/libs/ashley-version.jar`
* Add the `core` project as a dependency to yours
* Run the `jar` task to generate `ashley/build/libs/ashley-version.jar`
* Add the `ashley` project as a dependency to yours

## Examples

Expand Down

0 comments on commit 605cdbf

Please sign in to comment.