Prechádzať zdrojové kódy

Merge pull request #20 from Liad0205/patch-1

A proposed change to the installation section
An An 5 rokov pred
rodič
commit
0a5a7b499b
1 zmenil súbory, kde vykonal 10 pridanie a 2 odobranie
  1. 10 2
      README.md

+ 10 - 2
README.md

@@ -65,8 +65,16 @@
 
 ### Manually  (old school way)
 
-1. Download whole project demo of `AAInfographicsDemo`
-2. Drag the `AAInfographicsLib` folder and `assets files` into your project.
+1. Download the repository
+2. Locate the folders `AAInfographicsLib`and `assets files`. <br/>
+   You can find them at AAChartCore-Kotlin-master/app/src/main/*assets* <br/>
+   and AAChartCore-Kotlin-master/app/src/main/java/com/aachartmodel/*aainfographics* <br/>
+3. Place assets folder at ./your_project_folder/app/src/main
+4. Place the AAInfographicsLib library folder at ./your_project_folder/app/src/main/java/android/organisation/app_name/
+5. Add implementation 'com.google.code.gson:gson:2.8.6' to your gradle
+6. If missing - add mavenLocal()
+
+You're all set, enjoy!
 
 ## Usage