Skip to content

Commit

Permalink
docs: run from source (close #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe authored Apr 22, 2023
1 parent e0a9d4a commit b8fd96d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@ OPTIONS:
-t, --temp <TEMP> The temp dir for the extracted ipa file [default: ./temp]
-V, --version Print version information
```
### Run from source

#### Prerequisites

- Rust: https://www.rust-lang.org/tools/install

#### Run

```bash
$ cargo run
```

#### Build

```bash
$ cargo build
```

### Example
```bash
$ ./ipa_renamer './ipa/*'
Expand Down

0 comments on commit b8fd96d

Please sign in to comment.