Skip to content

Commit

Permalink
few more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Surendrajat committed Mar 4, 2018
1 parent 6712d6b commit 3c17471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- **Framework**s Support

### Download
[![Download](https://img.shields.io/github/release/surendrajat/apkstudio/all.svg?longCache=true&style=for-the-badge)](https://github.com/Surendrajat/apkstudio/releases)
>[![Download](https://img.shields.io/github/release/surendrajat/apkstudio/all.svg?longCache=true&style=for-the-badge)](https://github.com/Surendrajat/apkstudio/releases)
### Instructions
- Install **Java** & make sure $JAVA_HOME points to a valid **JDK** (**JRE** may not work)
Expand All @@ -20,8 +20,8 @@
sudo apt-get install android-tools-adb
```
- Download latest [apktool](https://bitbucket.org/iBotPeaches/apktool/downloads/) and put it in the following path:
>**linux:** /home/{your-user-name}/.apkstudio/vendor/*apktool.jar*
>**Windows:** C:\Users\\{your-user-name}\\.apkstudio\vendor\\*apktool.jar*
>**linux:** ```/home/{your-user-name}/.apkstudio/vendor/apktool.jar```
>**Windows:** ```C:\Users\{your-user-name}\.apkstudio\vendor\apktool.jar```
- Also make sure you've **zipalign** installed. On Ubuntu issue the command:
```bash
sudo apt-get install zipalign
Expand Down

0 comments on commit 3c17471

Please sign in to comment.