diff options
| author | Julien Voisin | 2022-09-10 15:40:03 +0200 |
|---|---|---|
| committer | GitHub | 2022-09-10 15:40:03 +0200 |
| commit | efd728a73ab6c6ed6d0ae289c74bacdc5aba48d8 (patch) | |
| tree | 0283c870d4f7ae1b13fc86618393e25d0689ae25 | |
| parent | 820d21c151428bc7fb7fbdb3386cc626d8ea84db (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -35,10 +35,10 @@ Extract various information from APK. | |||
| 35 | 35 | ||
| 36 | First of all, make sure you have setup the core system: https://github.com/CERT-Polska/karton | 36 | First of all, make sure you have setup the core system: https://github.com/CERT-Polska/karton |
| 37 | 37 | ||
| 38 | Then install karton-android from PyPi, as well as androguard | 38 | Then install karton-android and run it: |
| 39 | 39 | ||
| 40 | ```shell | 40 | ```shell |
| 41 | $ pip install karton-android androguard | 41 | $ pip install git+https://github.com/jvoisin/karton-android |
| 42 | 42 | ||
| 43 | $ karton-android | 43 | $ karton-android |
| 44 | ``` | 44 | ``` |
