Skip to content

Commit

Permalink
Remove duplicated section
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral authored and mergify-bot committed May 31, 2021
1 parent fa879b9 commit d35fe70
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/flank_corellium.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,6 @@ Or build directly using gradle command:
./gradlew :test_runner:build :test_runner:shadowJar
```

### Manual compilation

Clone the repository and go to dir:

```shell
git clone [email protected]:Flank/flank.git
cd flank
```

Build flank using flank-scripts (this method will give you access to `flank.jar` through `flank` shell command):

```shell
. .env
flankScripts assemble flank
```

Or build directly using gradle command:

```shell
./gradlew :test_runner:build :test_runner:shadowJar
```

## How to run

To call the root command for Corellium related features:
Expand Down

0 comments on commit d35fe70

Please sign in to comment.