Skip to content

Commit

Permalink
Make shell commands in README easier to copy (#114)
Browse files Browse the repository at this point in the history
* Update README.md

* Tweak copy

---------

Co-authored-by: Niklas Higi <[email protected]>
  • Loading branch information
SmartManoj and niklashigi authored Apr 20, 2024
1 parent c962144 commit 09f3190
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 @@ -21,18 +21,18 @@ You can also use `apk-mitm` to [patch apps using Android App Bundle](#patching-a
If you have an up-to-date version of [Node.js][node] (14+) and [Java][java] (8+), you can install `apk-mitm` by running:

```shell
$ npm install -g apk-mitm
npm install -g apk-mitm
```

## Usage

Once installed, you can run this command to patch an app:

```shell
$ apk-mitm <path-to-apk>
apk-mitm <path-to-apk>
```

So, if your APK file is called `example.apk`, you'd run:
Patching an APK file called `example.apk` might look like this:

```shell
$ apk-mitm example.apk
Expand Down

0 comments on commit 09f3190

Please sign in to comment.