Skip to content

Commit c25a33e

Browse files
committed
Update README.md
1 parent 8ba4c7f commit c25a33e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,35 @@ A ruby gem to view android apk as java code in GUI
33

44
Before starting the process it checks wether the env is setup or not.
55
If not it downloads the required tools and continues with the process.
6+
7+
## Installation
8+
9+
```gem install apkToJava```
10+
11+
## Usage
12+
13+
Below command will install the required tools for ```apkToJava``` to work
14+
15+
```apkToJava setup```
16+
17+
Below command will process the apk file and open the code in jadx gui
18+
19+
```apkToJava path/to/apk/file.apk```
20+
21+
## Supported Operatiing Systems
22+
- Mac
23+
- Linux
24+
25+
## Todo
26+
Add Windows support
27+
28+
## Want to contribute?
29+
Fork it ( http://github.com/ajitsing/apkToJava )
30+
31+
Create your feature branch
32+
33+
add feature
34+
35+
Push to the branch
36+
37+
Create new Pull Request

0 commit comments

Comments
 (0)