summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien Voisin2022-09-10 15:40:03 +0200
committerGitHub2022-09-10 15:40:03 +0200
commitefd728a73ab6c6ed6d0ae289c74bacdc5aba48d8 (patch)
tree0283c870d4f7ae1b13fc86618393e25d0689ae25 /README.md
parent820d21c151428bc7fb7fbdb3386cc626d8ea84db (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 49f78c0..6dfc33d 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,10 @@ Extract various information from APK.
35 35
36First of all, make sure you have setup the core system: https://github.com/CERT-Polska/karton 36First of all, make sure you have setup the core system: https://github.com/CERT-Polska/karton
37 37
38Then install karton-android from PyPi, as well as androguard 38Then 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```