From d47483f957af709bf709e6c7ec7a857a9af71869 Mon Sep 17 00:00:00 2001 From: skylot <118523+skylot@users.noreply.github.com> Date: Sun, 19 Dec 2021 20:36:58 +0000 Subject: [PATCH] docs: use jadx as a library --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c1a164dc..0e1aa18f 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ For windows you can download it from [oracle.com](https://www.oracle.com/java/te brew install jadx ``` +### Use jadx as a library +You can use jadx in your java projects, check details on [wiki page](https://github.com/skylot/jadx/wiki/Use-jadx-as-a-library) + ### Build from source JDK 8 or higher must be installed: ``` -- GitLab