Skip to content

Commit 57bd44e

Browse files
committed
Merge readme.
2 parents c471866 + 7aa1a38 commit 57bd44e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,24 @@ Features
108108
Usage
109109
=======
110110

111-
Rely on the **"MPChartExample"** folder and check out the examples in that project. The example project is also [**available in the Google PlayStore**](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample).
111+
In order to use the library, there are 2 options:
112112

113-
Furthermore, here is some code to get started.
113+
114+
**1. jar file only**
115+
- Download the [**latest .jar file**](https://github.com/PhilJay/MPAndroidChart/releases) from the releases section
116+
- Copy the **mpandroidchartlibrary-.jar** file into the `libs` folder of your Android application project
117+
- Start using the library
118+
119+
**2. clone whole repository**
120+
- Open your **commandline-input** and navigate to your desired destination folder (where you want to put the library)
121+
- 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)
122+
- 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`.
123+
- After importing, add the library to your project by right clicking your project `Properties-->Android`. There, you press the "Add.." button and choose the library project you just imported into eclipse. Then press `apply`.
124+
- Start using the library
125+
126+
For getting started, rely on the **"MPChartExample"** folder and check out the examples in that project. The example project is also [**available in the Google PlayStore**](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample).
127+
128+
Furthermore, here is some code to begin with.
114129

115130
**Setup:**
116131

0 commit comments

Comments
 (0)