Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Aug 24, 2024
1 parent 55944f1 commit 5fae599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip install --force-reinstall frida-<FRIDA_VERSION>-cp37-abi3-linux_aarch64.whl
> Note that you use devkit of same version which you're installing for.
## Example:
If you're installing frida `16.4.10` and you're downloaded devkit `frida-core-devkit-16.4.10-android-arm64.tar.xz` and extracted into your termux path `$HOME/devkit`:
If you're installing frida `16.4.10` and you've downloaded devkit `frida-core-devkit-16.4.10-android-arm64.tar.xz` and extracted into your termux path `$HOME/devkit`:

```shell
git clone https://github.com/AbhiTheModder/frida-python-android
Expand All @@ -25,5 +25,5 @@ pip install --force-reinstall frida-16.4.10-cp37-abi3-linux_aarch64.whl
```
then install `frida-tools`:
```shell
pip install frida-tools
pip install --upgrade frida-tools
```

0 comments on commit 5fae599

Please sign in to comment.