Skip to content

Commit

Permalink
Adds submodule instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
r-oung committed Jan 21, 2020
1 parent fb027e9 commit 87c5d1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ These scripts have currently been tested on:


## TL;DR
Clone the repository and update submodules:
```
git clone https://github.com/ray-hrst/temi-shortcut.git
cd temi-shortcut/
git submodule init
git submodule update
```

Get the APK's `package-name`:
```
./package_name.sh <apk>
Expand Down

0 comments on commit 87c5d1d

Please sign in to comment.