Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Feb 24, 2015
1 parent ab5bf11 commit d2a46e9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,22 @@ dependencies {
compile 'com.github.PhilJay:MPAndroidChart:v2.0.0'
}
```
**3. Maven**
- Add the following to your `pom.xml`:
```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

<dependency>
<groupId>com.github.PhilJay</groupId>
<artifactId>MPAndroidChart</artifactId>
<version>v2.0.0</version>
</dependency>
```

**3. clone whole repository**
**4. clone whole repository**
- Open your **commandline-input** and navigate to your desired destination folder (where you want to put the library)
- Use the command `git clone https://github.com/PhilJay/MPAndroidChart.git` to download the full MPAndroidChart repository to your computer (this includes the folder of the library project as well as the example project)
- Import the library folder (`MPChartLib`) into your Eclipse workspace, using `File-->Import-->Android-->Existing Android Code` and then choose the library folder from your file system and press `Finish`.
Expand Down

0 comments on commit d2a46e9

Please sign in to comment.